Search results for query: *

  1. B

    Problems accessing data from a SQL Server in VB.NET

    Alright, I'm trying something different now. I'm using a Master and a Detail grid to show this information in two different datagrids. I'm using the same parameter of "@PermitNum" to select the information for the Master grid, but I don't know if it's acctually using this parameter. Mainly...
  2. B

    Problems accessing data from a SQL Server in VB.NET

    Acctually, I've gotten now where it is loading the first datagrid just find. What I'm wanting to do is have it fill the second dataadapter using the information in the first field of DataGrid1 as a Parameter then load that to the second datagrid. Here is the code I've got for doing that: Try...
  3. B

    Problems accessing data from a SQL Server in VB.NET

    Okay...I've figured out why I was getting the error and correctec that. But now, my information that repeats shows up several times, and the non-repeating data doesn't show up at all. I've stepped through the program and once it gets to that DataAdapter it give the error that the variable must...
  4. B

    Problems accessing data from a SQL Server in VB.NET

    I am having trouble with accessing information stored in a database on a SQL server using VB.NET. I've got two datagrids, one for information that never changes regarless of how many records, and one for information that is different each time. I'm using a SQLDataAdapter for each Datagrid and...
Back
Top