Search:

Type: Posts; User: jmcilhinney

Search: Search took 0.45 seconds.

  1. Re: How do I select the data from my DataTable using a SQL statement?

    Having read one of your other threads, I realise now that you are trying to create the database table at the same time. To be honest, I'd be surprised if that was possible but I could be wrong.
  2. Re: How do I select the data from my DataTable using a SQL statement?

    The problem here is not that what you're trying to do is not working. It's that you're trying to do the wrong thing. This code:SQLCreateCommand = "SELECT * INTO NewTable From " & DataTableSuggests...
  3. Re: How do I select the data from my DataTable using a SQL statement?

    What exactly is 'DataTable'? Is it a String containing the name of a database table? If so then why not name it 'tableName', which actually describes what it is? If it actually is a DataTable then...
Results 1 to 3 of 3



Click Here to Expand Forum to Full Width