| | |
Date and oledb
Please support our VB.NET advertiser: $4.95 a Month - ASP.NET Web Hosting – Click Here!
![]() |
•
•
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 30minutes 2005 2008 access account arithmetic array basic beginner browser button buttons center check code component connectionstring crystalreport cuesent data database databasesearch datagrid datagridview date datetimepicker design designer dissertation dissertations dissertationtopic dropdownlist excel fade file-dialog filter folder forms ftp generatetags hardcopy html images input insert intel monitor net networking open output panel passingparameters peertopeervideostreaming picturebox picturebox1 port printing problem problemwithinstallation project reports" searchvb.net select serial settings shutdown sqlserver survey tcp temperature text textbox timespan toolbox transparency trim updown user usercontrol vb vb.net vb.netcode vb.netformclosing()eventpictureboxmessagebox vb2008 vbnet view visual visualbasic visualbasic.net visualstudio visualstudio.net visualstudio2008 web winforms wpf wrapingcode year





