S
shapper
Hello,
I know this is a basic question but I am having a problem.
I am using System.Data.Common and I created a command.
1 ...
2 Dim command As DbCommand = dbProvider.CreateCommand()
3 ...
I need to fill a dataset but I am having problems.
Could somebody help me out?
Thanks,
Miguel
I know this is a basic question but I am having a problem.
I am using System.Data.Common and I created a command.
1 ...
2 Dim command As DbCommand = dbProvider.CreateCommand()
3 ...
I need to fill a dataset but I am having problems.
Could somebody help me out?
Thanks,
Miguel