Search results for query: *

  • Users: lucasite
  • Content: Threads
  • Order by date
  1. L

    Handling datatables and datarows

    Please help, Im stuck and am going crazy with this simple problem. My code runs a function from a class and returns a dataset of records from the sqlserver. All i want to do is work through the dataset and for each record, insert it into a listview. Please can anyone spot the problem with...
  2. L

    Sql Users and Application Users

    Hi there, Im writing a large application that will connect to an SQL server. It will run Stored Procedures that sit on the server. My question is about users. When people generally write applications like this. Do they create a generic user to actually login to the sql server, and like...
  3. L

    Sub Main Problems

    Hi there, simple problem. I added a module to my simple project. And inserted a public procedure call Main(). But when I type in: Dim fMain as new frmMain it says frmMain is not defined. However its definitely there in the project. Coincidentally, I have another form, frmAbout, and...
  4. L

    Application Design

    Hi there, just a quick question about methodologies and standard practices. If Im starting to write a large application, is it standard practice to have a seperate project linked, which contact all your business logic and data accessing? Or do people just tend to put it all in one project...
Back
Top