R
Randy
Can somebody please help me to place the correct variable type into
this declaration statement?
Dim da As ???? = New SqlDataAdapter("SELECT pub_id FROM
publishers")
I'm trying to capture the records from this table so that I can use
them to fill a combobox. Let me know if you need any futher
information.
Thanks.
this declaration statement?
Dim da As ???? = New SqlDataAdapter("SELECT pub_id FROM
publishers")
I'm trying to capture the records from this table so that I can use
them to fill a combobox. Let me know if you need any futher
information.
Thanks.