Search results for query: *

  • Users: CEB3088
  • Content: Threads
  • Order by date
  1. C

    Question SQL connection problem for Report Viewers

    I have created a windows forms application with a SQL server backend. I am populating textboxes, listboxes, treeviews using Sql queries. I attached my database to SQL Server on the ‘client’ machine and the above all populate fine both in the development environment and when deployed. I am also...
  2. C

    Question SQL Server license validation file error

    I have recieved the following error when trying to launch SSMS and have found many other instances online where people have had the same problem but no solution. Does anyone know what the fix is or where I could search further? Thanks. 'An error has occurred while trying to access the license...
  3. C

    DataTable not filling correctly

    Confused!! I am trying to fill a DataTable with a DataSet using a SQL query with one parameter. The parameter is the Node text of a treeview whose checkbox has been checked. It will retrieve Products from one table and any associated Packages from a different table. I am using a FOR loop to...
Back
Top