| | |
Date and oledb
Please support our VB.NET advertiser: Programming Forums - DaniWeb Sister Site
![]() |
•
•
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....
Views: 699 | Replies: 1
| Thread Tools | Search this Thread |
Tag cloud for VB.NET
"crystal .net .net2005 2008 access add application array assignment basic box button buttons center class click code combo convert cpu data database datagrid datagridview design designer dissertation dissertations dissertationthesis dosconsolevb.net editvb.net employees error excel exists firewall function image images isnumericfuntioncall listview login map math memory mobile module msaccess mssqlbackend mysql navigate net opacity page pan picturebox port print printing printpreview problem record refresh regex reports" reuse right-to-left save savedialog search serial socket sorting sql sqldatbase storedprocedure string structures studio temp textbox timer txttoxmlconverter upload useraccounts usercontol usercontrol vb vb.net vb.nettoolboxvisualbasic2008sidebar vb2008 vbnet vista visual visualbasic visualbasic.net visualstudio2008 web wpf xml





