PDA

Click to See Complete Forum and Search --> : Emptty Error


Zulander
Sep 29th, 2000, 05:30 PM
Hello,
i have prob with mdb and vb !!
well the prob is that when the DB is empty, i have a error, i can't add any othere recordset i have a error, that's when the DB is empty BUT when it has some preseted stuff and i add a recordset i don't get a error and it work's fine thanks you :_)

Bigley
Sep 29th, 2000, 05:39 PM
Are you trying to carry out some actions on an empty recordset?

Zulander
Sep 29th, 2000, 08:48 PM
Hey,
yes i am trying to add (a new recordset ) in to the DB.
Data1.recordset.add (somthing i am a not my house so i cančt give you the right sysntax sorry !, so can you or anyone help me please !!! thank's

tomtan
Sep 29th, 2000, 10:34 PM
Hi Zulander,

Maybe you can try to post out your codings.. so you're problem will be more clear.

Thomas

Zulander
Sep 29th, 2000, 11:39 PM
hi the error goes' her :
>Data1.Recordset.AddNew
this is the rest of the code :

Data1.Recordset!Name = Who
Data1.Recordset.Update
Data1.Recordset.MoveNext