Re: Question of a Beginner

2001-12-26 Thread Bob Hall
On Wed, Dec 26, 2001 at 05:34:34PM -0500, Jose Villanueva wrote: > > I'm a beginner in MYSQL, please can anyone tell me the right command in > > ORACLE equivalent to the EXEC SP of SQL Server, i'm working with ORACLE > > SP, i will apreciate any hepl, thanks. Sir, I'm confused. If you want the OR

Re: Question of a beginner

2001-09-24 Thread jim barchuk
Hi Jacques! > I'm working with a table that includes a field "id INTEGER AUTO-INCREMENT > NOT NULL" . > > When I create a new record with the query "INSERT", I don't give any value > for the id field, the value is automatically given by mySQL. > As the database is supposed to be used on the WEB,