about data reader

mayank18

Member
Joined
Mar 31, 2007
Messages
5
Programming Experience
Beginner
hi,
when we use disconnected oledb data connection,we can configure the data adapter using the automatic configuration wizard,which allow insert,delete,update and select operation on a query.
can any body tell me how it is to be done manually,with some code.
it shlould be albe to do all 4 operations namely,
select
insert
update
delete


the problem with automatic wizard is when i deploy it on another machine the binding goes off,and it gives error:(
 
the problem with automatic wizard is when i deploy it on another machine the binding goes off,and it gives error

What error?

What you say isn't normal, it should work on any other machine AS LONG as it has .net installed (the machine with the error - has it definately got .net 1.1 framework installed on it?)

If you can put as much info into the post as possible, such as the errors it gives, it's easier for people to help you :)

Regards,
 
Back
Top