Click here to Skip to main content
15,897,518 members
Home / Discussions / Database
   

Database

 
GeneralRe: Only include the latest rows Pin
Tony Pottier27-Dec-08 10:29
Tony Pottier27-Dec-08 10:29 
GeneralRe: Only include the latest rows Pin
Wendelius27-Dec-08 10:37
mentorWendelius27-Dec-08 10:37 
GeneralRe: Only include the latest rows Pin
Tony Pottier27-Dec-08 10:48
Tony Pottier27-Dec-08 10:48 
GeneralRe: Only include the latest rows Pin
Wendelius27-Dec-08 11:01
mentorWendelius27-Dec-08 11:01 
Question[Message Deleted] Pin
hatan8627-Dec-08 9:44
hatan8627-Dec-08 9:44 
AnswerRe: MS Access Database update error help Pin
Wendelius27-Dec-08 9:50
mentorWendelius27-Dec-08 9:50 
GeneralRe: MS Access Database update error help Pin
hatan8627-Dec-08 10:19
hatan8627-Dec-08 10:19 
GeneralRe: MS Access Database update error help Pin
Wendelius27-Dec-08 10:27
mentorWendelius27-Dec-08 10:27 
Example Confused | :confused:

hatan86 wrote:
OleDbDataAdapter ad;


You have a variable named ad which is an instance of OleDbDataAdapter in your class. When you execute the Update method, you should have an insert statement in ad.InsertCommand property.

hatan86 wrote:
OleDbException was unhandled
Syntax error in INSERT INTO statement
I've checked it and I can't find any syntax errors in it


You posted that you have checked the syntax of the insert command but have not found anything wrong in it. However, the insert statement is not visible in your post. Which statement did you check?

The need to optimize rises from a bad design.My articles[^]

QuestionI want to discuss about a web project.Can I? Pin
R111927-Dec-08 3:41
R111927-Dec-08 3:41 
AnswerRe: I want to discuss about a web project.Can I? Pin
Colin Angus Mackay27-Dec-08 10:36
Colin Angus Mackay27-Dec-08 10:36 
GeneralRe: I want to discuss about a web project.Can I? Pin
Jon_Boy30-Dec-08 14:29
Jon_Boy30-Dec-08 14:29 
GeneralRe: I want to discuss about a web project.Can I? Pin
Colin Angus Mackay30-Dec-08 15:10
Colin Angus Mackay30-Dec-08 15:10 
GeneralRe: I want to discuss about a web project.Can I? Pin
Colin Angus Mackay30-Dec-08 15:14
Colin Angus Mackay30-Dec-08 15:14 
AnswerRe: I want to discuss about a web project.Can I? Pin
Colin Angus Mackay27-Dec-08 10:42
Colin Angus Mackay27-Dec-08 10:42 
AnswerRe: I want to discuss about a web project.Can I? Pin
Rob Graham28-Dec-08 5:31
Rob Graham28-Dec-08 5:31 
AnswerRe: I want to discuss about a web project.Can I? Pin
Jon_Boy30-Dec-08 14:25
Jon_Boy30-Dec-08 14:25 
QuestionQuery Question Pin
gnjunge25-Dec-08 3:17
gnjunge25-Dec-08 3:17 
AnswerRe: Query Question Pin
Wendelius25-Dec-08 7:06
mentorWendelius25-Dec-08 7:06 
QuestionRe: Query Question Pin
gnjunge25-Dec-08 20:57
gnjunge25-Dec-08 20:57 
AnswerRe: Query Question Pin
Wendelius25-Dec-08 21:59
mentorWendelius25-Dec-08 21:59 
GeneralRe: Query Question Pin
gnjunge26-Dec-08 2:00
gnjunge26-Dec-08 2:00 
GeneralRe: Query Question Pin
Wendelius26-Dec-08 4:57
mentorWendelius26-Dec-08 4:57 
GeneralRe: Query Question Pin
gnjunge26-Dec-08 21:48
gnjunge26-Dec-08 21:48 
GeneralRe: Query Question Pin
Wendelius26-Dec-08 22:14
mentorWendelius26-Dec-08 22:14 
GeneralRe: Query Question Pin
gnjunge26-Dec-08 22:59
gnjunge26-Dec-08 22:59 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.