| | |
Asp + Jet
Please support our ASP advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
•
•
Join Date: Apr 2005
Posts: 5
Reputation:
Solved Threads: 0
i tried to insert data from a form using jet
now everythign wirked fine apart from it refusing to handle db fields with auto increment
my db lookes like this
id:auto increment
text:text
date:date
the sql looked like this
INSERT INTO table(text, date) VALUES('" & text.text & "', date())
resluting in a syntax error
i tried everything like:
INSERT INTO table(id,text, date) VALUES('','" & text.text & "', date())
always resulting in a syntax error so i deleted the id field in my db and the top sql worked ... can someone tell me how to handle auto-increment with jet???
thx
now everythign wirked fine apart from it refusing to handle db fields with auto increment
my db lookes like this
id:auto increment
text:text
date:date
the sql looked like this
INSERT INTO table(text, date) VALUES('" & text.text & "', date())
resluting in a syntax error
i tried everything like:
INSERT INTO table(id,text, date) VALUES('','" & text.text & "', date())
always resulting in a syntax error so i deleted the id field in my db and the top sql worked ... can someone tell me how to handle auto-increment with jet???
thx
![]() |
Similar Threads
- Updated : Simple ASP.Net Login Page (ASP.NET)
- PHP, ASP, ColdFusion, what's your fav? (IT Professionals' Lounge)
- Simple ASP.Net Login Page (Using VB.Net) (ASP.NET)
- Can not fill dataset from database on other computer with ASP .NET and MS Access (Visual Basic 4 / 5 / 6)
- Windows 2000 server not allowing ASP access. (ASP)
- ASP.NET, referring to a DataSet within script (ASP)
- MySQL - ASP.NET - Issues.... (VB.NET)
- Populating & Retrieving Data in a listbox : ASP.NET (w/ VB.NET) (ASP.NET)
Other Threads in the ASP Forum
- Previous Thread: login tutorials ?
- Next Thread: Unable to insert form data into a database
| Thread Tools | Search this Thread |
archive asp asp.net aspandmssqlserver2005 aspandmssqlserver2005connection aspconnection calendar changeable connection current database databaseconnection diagnostics dreamweaver excel fso html iis microsoft msmsql mssql2005 mssqlserver2005 mssqlserver2005andasp mssqlserverandasp opentextfile record searchbox selectoption server single specfic sqlserver sqlserverconnection toolkit web webserver windows7





