| | |
Date and oledb
Please support our VB.NET advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: Sep 2008
Posts: 10
Reputation:
Solved Threads: 0
I need help,i have a problem,i cant seem to insert from my vb interface to my access database...for example the access field is a fate type......how am i supposed to do it?,like if i enter my date like 24/2/08,it ll go in database,i tried my oledb.varchar,oledb.dbdate also does not work....can some1 help me out with this...everytime i use it i get error in insert into statement
What error message do you get?
Does this work in your code:
Does this work in your code:
VB.NET Syntax (Toggle Plain Text)
Dim oConn As OleDbConnection Dim oCmd As OleDbCommand Dim strSQL As String Dim myDate As Date myDate = CDate("4.10.2008") ' Use your locale date format, like "10/4/2008" strSQL = "INSERT INTO <mytable> (<my date field>) VALUES ('" & myDate & "')" oConn = New OleDbConnection("<your connectionstring") oConn.Open() oCmd = New OleDbCommand(strSQL, oConn) oCmd.ExecuteNonQuery()
Teme64 @ Windows Developer Blog
![]() |
Similar Threads
- Updated : Simple ASP.Net Login Page (ASP.NET)
- Shopping Cart Not Working (ASP.NET)
- help me pls.. tml 10 more hours to due date..!! (ASP.NET)
- problem in javascript coding in asp page (ASP)
- SQL Query inserts junk data as well (ASP)
- conditional database query (ColdFusion)
- ASP .NET Display Random records from the database (ASP.NET)
- Access and VB (Visual Basic 4 / 5 / 6)
- Please Help!!! MOD function (ASP)
Other Threads in the VB.NET Forum
- Previous Thread: List Box help
- Next Thread: help in my linkin....
| Thread Tools | Search this Thread |
.net .net2008 2008 access account advanced application array basic beginner browser button buttons center click code combo cuesent data database datagrid datagridview date datetimepicker designer dissertation dissertations dissertationtopic excel exists fade filter forms generatetags html images input insert intel internet listview map mobile module monitor msaccess net number objects open panel passingparameters pdf picturebox picturebox2 port position print printing problem regex right-to-left save search searchvb.net select serial settings shutdown soap socket sqldatbase sqlserver survey table temperature textbox timer timespan transparency txttoxmlconverter update user usercontol vb vb.net vb.netformclosing()eventpictureboxmessagebox vba vbnet visual visualbasic visualbasic.net visualstudio.net visualstudio2008 web winforms wpf wrapingcode xml year





