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 Wanet Telecoms Ltd 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: mgould00
  • Content: Threads
  • Order by date
  1. mgould00

    schema.ini help

    hello... i have a section ov VBA that exports a table to a comma delimited .txt using: DoCmd.TransferText acExportDelim, , "finalTable", "c:\database.txt" which works great, but it has "" around all the text fields. i found some code that will generate an "on the fly" schema.ini file which...
  2. mgould00

    help with cold fusion/apache

    i have red hat 9.0 - cold fusion 5 server - and apache (httpd 2.0.52)...i am pulling my hair out trying to get this working. is there a guide somewhere? i have looked everywhere. or can someone give me a simple plan of attack? i have been able to get apache and cold fusion installed and...
  3. mgould00

    .df & .idx files

    i have been given data from a POS system that i would like to view in access or something similar. the data is a .df file and there is a .idx file also which may be the index file. any ideas on what these files may be? thanks!
  4. mgould00

    .df & .idx files

    i have a database on a disk called database.df with (what i think is) an index file called database.idx.... i have been told it was created in a SCO Unix environment. anyone have any idea what i am referring to? i need to convert it (through ODBC prefferbly) to access or SQL or something like...
  5. mgould00

    ODBC problems with visual FoxPro...

    not sure if this is a cold fusion 5.0 problem or a VFP problem.....i am trying to use ODBC from a CF5.0 page to query a .dbf table. i know the ODBC driver works, because i can query the table with another ODBC tool. when i try to query it with cold fusion, it gives an error that the table...
  6. mgould00

    I want to select part of a field....

    i have a field that contains data like this: LEVEL 2 CERAMIC TILE @ MASTER BATH LEVEL 2 CERAMIC TILE @ OPT MASTER BATH LEVEL 2 CERAMIC TILE @ MAIN BATH LEVEL 2 CERAMIC TILE @ KITCHEN LEVEL 2 CERAMIC TILE @ LAUNDRY LEVEL 3 CERAMIC TILE @ MASTER BATH LEVEL 3...
  7. mgould00

    VPN subnet problem...

    my VPN client (win XP pro) can connect to my server (win NT4) but the subnet mask reports wrong. and therefore i cannot map drives or browse. can i change the subnet mask from the client side from a command prompt or something?
  8. mgould00

    Linux as a firewall.....

    i have a red hat 8.0 machine in place as my firewall (running firestarter) and it is working great.... i would like to place my windows 2000 web server running IIS 5.0 behind it as well. i host 3 websites and cannot figure out how to go about this. i dont think i can use port fowarding with...
  9. mgould00

    firestarter question....

    i have been using firestarter on an RH8.0 box as my firewall for my company for about a month now and have a wierd problem....after 2-3 days, the 'hits' screen will stop logging. i assume the firewall is still running because i still have web access and when i test my ports externally, they...
  10. mgould00

    DTS package problem...

    i have a dts package set up to delete data from a group of tables then transfer data back into those tables from a pervasive sql database through an odbc connection. i have the package scheduled to run nightly. for some reason, the delete works, but the new data does not get transferred. if i...
  11. mgould00

    delete with inner join????

    i am having trouble with the following statement: delete from product inner join company_supplies on product.id = company_supplies.product_id where company_id = 1 it says i have an error near 'inner join'. can you not use inner join with delete in mysql? the select statement i use with the...

Part and Inventory Search

Back
Top