R
Rich
Hello,
I have some large tables in a Sql Server DB, like 180
columns/fields per table, holding about a million+ records
a piece. I was hoping to use ADO.Net (VB.Net) and a sql
dataAdapter to Fill my tables with data. When I was
configuring the dataAdapter the dialog box said there were
errors configuring the adapter if I included more than 100
of the table columns. But if I only included 100 of the
columns, then the adapter did not display any error
messages. So is there a limit to how many colunns I can
add to the sql Adapter? Or is there some project property
I need to change/increase to add the rest of the columns?
If yes, may I ask what property - location?
Note: I am currently using vb6 and com ADO to write data
to my tables, line by line (across the wire). This has
been working fine for quite a while. Thing is that I keep
the source(non-Microsoft or RDBMS)/destination connections
open for a long time. The goal/hope was to read data to
server memory (got plenty of memory - 32gigs), close the
source connection and fill the tables locally on the
server with the data in memory. If com ADO can handle
this, surely ADO.Net can handle it, can't it?
Or is there another method available in ADO.Net for
filling a sql server table besides an Adapter?
Thanks,
Rich
I have some large tables in a Sql Server DB, like 180
columns/fields per table, holding about a million+ records
a piece. I was hoping to use ADO.Net (VB.Net) and a sql
dataAdapter to Fill my tables with data. When I was
configuring the dataAdapter the dialog box said there were
errors configuring the adapter if I included more than 100
of the table columns. But if I only included 100 of the
columns, then the adapter did not display any error
messages. So is there a limit to how many colunns I can
add to the sql Adapter? Or is there some project property
I need to change/increase to add the rest of the columns?
If yes, may I ask what property - location?
Note: I am currently using vb6 and com ADO to write data
to my tables, line by line (across the wire). This has
been working fine for quite a while. Thing is that I keep
the source(non-Microsoft or RDBMS)/destination connections
open for a long time. The goal/hope was to read data to
server memory (got plenty of memory - 32gigs), close the
source connection and fill the tables locally on the
server with the data in memory. If com ADO can handle
this, surely ADO.Net can handle it, can't it?
Or is there another method available in ADO.Net for
filling a sql server table besides an Adapter?
Thanks,
Rich