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 TouchToneTommy 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: *

  • Users: juls3
  • Content: Threads
  • Order by date
  1. juls3

    20532 Missing database dll

    I receive the error "20532 - Missing database dll" on the .action in the code below. The code works fine on the development machine, and on one other. When I load it on the 3rd machine I get the error. I've researched this and all articles I've found point to msvcp60.dll and crpe32.dll...
  2. juls3

    SQL to dbase

    I need to manipulate data in sql tables and then write that data out to a dbaseIII+ file. Is there any way to dump the data out in chunks of multiple records instead of one record at a time?
  3. juls3

    DBASEIII Number of fields limitation

    Can you change the limitation on the number of fields allowed in dbaseIII and if so how? Thanks!
  4. juls3

    Error: Too few parameters Expected 1

    I'm trying to run a select query in vb 6 and get the error "too few parameters, expected 1". I believe it has to do with the syntax of the script, but I can't figure out what it is. Here's my code: strcnn = "Provider=MSDASQL.1;Persist Security info=False;Data Source=dBASE...
  5. juls3

    SQL Connection based on user input

    How can I connect to a sql database based on input from the user? In an Access form, the user will enter the name of the server, and the name of the database to be used in the connection string. I need help ASAP. Thanks!

Part and Inventory Search

Back
Top