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

  1. scoots987

    script to restructure table under DOS

    Try this on a nightly run through the task scheduler. ;****************************************************** message " Exporting data... " {tools}{Exportimport}{Export}{ascii}{delimited}{table1}{table1} if menuchoice() = "Cancel" then {Replace} endif...
  2. scoots987

    VB to MySQL example

    So John, do you have any example code on how to "select" data from a MySQL database? Meaning how to connect to one, query it out and then displaying to a datagrid? I do have the ODBC drivers installed for MySQL. But I see hell coming down the road with a distributed application that...
  3. scoots987

    VB to MySQL example

    No one has ever connected to a MySQL database?
  4. scoots987

    VB to MySQL example

    Does someone have examples on how to connect to a MySQL database with a grid? I have VB 6 studio. I installed the ODBC driver, but I believe it is too much trouble to setup and I believe that can be by-passed. Is this true? Basically I am wondering if someone has a code snipet that opens a...
  5. scoots987

    Access a mySQL Database from VB

    How does one(me) determine the domain name of my server? I created a database and a table and through Mysql.exe loaded 47,000 records into the database and select * from mytable works like a charm. Now I am trying to use VB to connect to it. I like the SQLOLEDB alternative but I see that the...
  6. scoots987

    mysqlimport -L

    tobyheywood, what version are you using of Mysql? Try your LOAD DATA without "LOCAL". It worked for me. Scoots987
  7. scoots987

    Local Infile Feature, MySQL Front

    Thanks sleipnir214, you nailed my problem with the load data directive. I was able to LOAD DATA INFILE "C:/somefile.txt" INTO TABLE TEST without a hitch now.
  8. scoots987

    Using version 4.5 on a Peer To Peer network

    Are you the developer? The reason I ask is that you may have a design issue. If your application opens up all the tables during a data entry session for instance, then Paradox sends copies of all the databases to the "slaves". This is poor design. Here is what I have done for a 18...
  9. scoots987

    Using version 4.5 on a Peer To Peer network

    How big are your databases? How(big?) much space is the file server? What does the application do? Does you application open all or most of the tables at startup? Scott
  10. scoots987

    Any NW6 books out there

    I recently went to a local Borders store to look for NW6 books. But didn't see any. I also did a search on Amazon, I didn't see any there either. Does anyone know of any? Scott
  11. scoots987

    Anyone use PervassiveSQL inside NW6?

    I noticed that this SQL engine when fiddling with a NW6 server the other day. I wanted to know if anyone had any comments on its usefullness or performance? Scott
  12. scoots987

    WinRunner

    What is WinRunner? What is it used for? Scott

Part and Inventory Search

Back
Top