Re: Problems with INSERT

2007-01-16 Thread Chris
Haig Dedeyan (Home) wrote: Hi everyone, I'm a dbase rookie and I've ran into a small problem. I created a basic faq table and all is fine regarding displaying searching the Q A's on a web page. Up until now, I;ve entered all Q A's from phpMyAdmin. I'm trying to create an admin page to

Problems with INSERT

2007-01-12 Thread Haig Dedeyan (Home)
Hi everyone, I'm a dbase rookie and I've ran into a small problem. I created a basic faq table and all is fine regarding displaying searching the Q A's on a web page. Up until now, I;ve entered all Q A's from phpMyAdmin. I'm trying to create an admin page to enter the Q A's and for the

RE: Problems with INSERT

2007-01-12 Thread Jay Blanchard
[snip] You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 's resources than dual monitor mode to generate the video output. Running in dual' at line 2 when I try to add: Note : Single-monitor mode uses more of

Re: Problems with INSERT

2007-01-12 Thread dpgirago
I keep getting the following error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 's resources than dual monitor mode to generate the video output. Running in dual' at line 2 when I try to add:

Re: Problems with INSERT

2007-01-12 Thread Haig Dedeyan (Home)
[EMAIL PROTECTED] wrote: I keep getting the following error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 's resources than dual monitor mode to generate the video output. Running in dual' at line 2

problems with insert method on INNODB tables

2003-07-02 Thread Vittorio Marchi
I have the wierdest problem an I am at a loss. The insert function, as for the code underneath, partially works. I say partially, as I can see that the primary key is actually incremented. But sometimes the new record fails to show in the table, and when it does other records are removed. The

C API - intermittent problems with insert

2002-04-17 Thread Robert Cross
Hello, I'm using the Suse-provided binary of 3.23.47 on Suse7.3 Linux, and I'm having a funny problem with my program, which uses the C API, on this database. The database I'm accessing is using only the BDB table type. The host system is a relatively low powered IBM 300XL, (PII-233, 96MB RAM,

problems with insert

2001-02-26 Thread jarle rudihagen
I got a mysql table with to collumns: imageID(integer) and imageData(blob). I'm using the mysql++ API. I can't seem to insert both the imageID and imageData into the table. When I'm just inserting the imageData(the blob field) it works out fine. But as soon as I try to pass both fields,

Re: problems with insert

2001-02-26 Thread Rolf Hopkins
- From: "jarle rudihagen" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, February 27, 2001 6:50 Subject: problems with insert I got a mysql table with to collumns: imageID(integer) and imageData(blob). I'm using the mysql++ API. I can't seem to insert both the imageID and