Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. kfleeman

    Where to Start? VB.Net For Database Application

    .NET has many added benefits. It can be quite overwhelming when you first begin using it. It took me about an entire week to find code that actually made sense to me. Once you get it, you'll be okay. With your background in programming, you shouldn't have too much trouble picking it up. I...
  2. kfleeman

    Transoft DSN cannot see DAT file from .NET

    I tried something today. I made a new MS Access Database, linked to the table I needed using the Transoft ODBC connection I had made previously. I then changed the Connection in my code to open an ODBC connection to the Access Database. Slightly modified my query, then executed the page. Now...
  3. kfleeman

    Transoft DSN cannot see DAT file from .NET

    I'm trying to connect to flat files using a Transoft DSN connection in ASP.NET. I can connect to and see the files using the exact same System DSN from Win U/SQLi32. The error occurs when I try to execute the ODBCDataReader. The error I receive is: ERROR [HY000] [Transoft][TSENG32](log...
  4. kfleeman

    sp_add_job syntax error

    I agree with PatriciaObreja, you need to at least state the object owner dbo or your created dboaccount. If you are running the command outside of the context of the database then you will have to use database.databaseowner.object.
  5. kfleeman

    Multiple user forms in excel

    I would never recommend using excel as a database. Download SQL Express if you have no other options available, it is the current MSDE version of SQL Server. Also get the SQL Server Management Studio Express so you can manage the database you create...
  6. kfleeman

    OutOfMemory loading image in DataGridViewImageColumn

    I don't know if this is the case that you are running into, but I've had many issues with pdf files and memory issues. I would recommend trying to (if you have adobe professional) reduce the file size by going to File ... Reduce File Size ... and save to a later version. You could also save it...
  7. kfleeman

    .Net Update Question

    Assuming the user has not excluded .net framework from being downloaded using the "custom" option provided then yes, by default .net framework is updated automatically.

Part and Inventory Search

Back
Top