Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
rohit.manj
Starting Member
11 Posts |
Posted - 2010-08-06 : 06:46:23
|
hi all, Dim cmd = New OleDbCommand(sqlstr, con) 'Dim str As String = "INSUM" Dim da As New OleDbDataAdapter(cmd) da.Fill(ds)i am having database in MS-ACCESS.when filling dataset it shows following error--The provider could not determine the Int32 value. For example, the row was just created, the default for the Int32 column was not available, and the consumer had not yet set a new Int32 value.---Itshows this problem for certain no of tables for other tables it works fine.so wants help.....CRhudmude |
|
|
|
|