G
Guest
Hi
i amtrying to create a datatable with numerous tables in it. I have created each datatable in turn and then coded all the reltionships between them after. However when i run the application i get the following error message:
An unhandled exception of type 'System.ArgumentNullException' occurred in system.data.dl
Additional information: Value cannot be null
does anyone know what this may be regarding? Im stumped!!
Im not to sure what i have done wrong as i am using examples from a book
This is how i have done my coding
Private da As SqlDataAdapte
Private ds As DataSe
da = New SqlDataAdapter("SELECT * FROM Room_Details", Conn
da.Fill(ds, "dtRoom_Details"
Thx
i amtrying to create a datatable with numerous tables in it. I have created each datatable in turn and then coded all the reltionships between them after. However when i run the application i get the following error message:
An unhandled exception of type 'System.ArgumentNullException' occurred in system.data.dl
Additional information: Value cannot be null
does anyone know what this may be regarding? Im stumped!!
Im not to sure what i have done wrong as i am using examples from a book
This is how i have done my coding
Private da As SqlDataAdapte
Private ds As DataSe
da = New SqlDataAdapter("SELECT * FROM Room_Details", Conn
da.Fill(ds, "dtRoom_Details"
Thx