Re: [SQL] Insert successful but data not found

2004-12-12 Thread Michael Fuhr
On Mon, Dec 06, 2004 at 06:58:43PM -0800, Mian Yong Leow wrote: > I perform an INSERTion and there weren't any complains > of error, so i assume that it has no error. When i > perform a SELECT there were 0 rows in the table. What language or program are you using to do the inserts? How are you

[SQL] Insert successful but data not found

2004-12-12 Thread Mian Yong Leow
Has anyone encountered this problem before? I perform an INSERTion and there weren't any complains of error, so i assume that it has no error. When i perform a SELECT there were 0 rows in the table. This is just a simple table with (Integer, Varchar(25),Varchar(50),Varchar(50)) type of data. Th