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 SkipVought 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. mwylde

    Running Paradox file server on Linux...

    Is it possible to move my Paradox v7 databases to a Linux file server - still allowing my windows clients to connect? Anyone done this? any tips, informaion greatly appreciated.
  2. mwylde

    trap error on tcursor.updateFromArray(arr)

    apologies i'm new to Pdx - that got me a warning that wasn't trapped [on the endEdit() call] 'couldn't perform the edit because another user changed the record' after googling the error it may be that my mysql database 'float' format is different from the paradox 'number' format [the link...
  3. mwylde

    trap error on tcursor.updateFromArray(arr)

    I've just ran this with the debugger and i've noticed that the copyFromArray() is actually returning 'true' not false - so Paradox thinks the record has been updated although when i check the mysql database it shows it hasn't - i could maybe trap the error with an ODBC debugger/profiler, but...
  4. mwylde

    trap error on tcursor.updateFromArray(arr)

    much appreciated, thanks.
  5. mwylde

    trap error on tcursor.updateFromArray(arr)

    Hi - i'm performing a tcursor update from an array using the syntax myTC.updateFromArray(myArr) and its failing to update the record (actually a record on a MYSQL table via ODBC) - i can test whether it fails, but is there a way of trapping the specific error? ie. if...
  6. mwylde

    number format formatting

    All of the fields returned from my paradox database [v7] into my tcursor show float/number formatting wih commas seperating the 1000's i.e. 123456 is shown as 123,456.00 - is there anyway of setting the format to show 123456 by default in the session - i've tried...
  7. mwylde

    Date format help

    Hi - I'm trying to put a datestamp on my records in the format YYYYMMDDHHMMSS but i can't figure out the date format settings [in the help files] -using paradox [ver 7] - any help guidance appreciated thanks, Martin.
  8. mwylde

    Problems with table name over odbc connection..

    Hi - i've currently got php scripts accessing my paradox v7 database [via odbc] working nicely. However i've one main problem - one of the tables i want to access is actually called 'order' - i didn't create this table and i can't change the name - however when i try to access the table from my...
  9. mwylde

    Php access to hicom 150 system

    Hi I'm currently developing my companies internal software, as part of this we want the user to be able to click somewhere on their screen and their phone will call the related number. I'm a programmer, but know nothing about the phone side of things, we have a Hicom 150 system installed - so...
  10. mwylde

    Database Reconciliation..

    I'm currently converting our system away from an old V7 paradox system to a intranet [LAMP] based system. I want to have a mysql database that is a mirror of the Paradox one. I think the best way is to have a session polling the paradox system for changes and [via ODBC] mirror the changes to...
  11. mwylde

    PHP to Paradox via ODBC Problems

    Hi, I'm currently using php to access paradox 7 tables on my [ old] windows 98 web server using the Microsoft paradox odbc driver V 4.00.6200.00 - this is working fine with no problems. I've now set up my new web server [ windows xp professional ] in the same way using the same microsoft...
  12. mwylde

    Paradox ODBC - eats my file handles!

    I'm using apache server/php to connect to a v7 paradox database via odbc. Everything works fine for an hour or so , then the system falls over. I've narrowed the problem down to a file handle leak - the systems run out of file handles [if i try to connect to a network drive via windows explorer...

Part and Inventory Search

Back
Top