R
Randy Fraser
Is there a way to manually configure the data adapters properties and use a
connection string that's already in my code? I read the connection string
from a configuration file and I don't want to use the
code generated by the dataAdapter configuration wizard.
Can I manually tell the data adapter to use select, insert, and update
commands that are in a database access class?
What I would like to do is use wizard to generate the code for my stored
procedures and parameters (because I'm lazy) but then I would like to move
this code to a db access class.
Best Regards
Randy
connection string that's already in my code? I read the connection string
from a configuration file and I don't want to use the
code generated by the dataAdapter configuration wizard.
Can I manually tell the data adapter to use select, insert, and update
commands that are in a database access class?
What I would like to do is use wizard to generate the code for my stored
procedures and parameters (because I'm lazy) but then I would like to move
this code to a db access class.
Best Regards
Randy