If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > PHP > PHP and dbase

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-10-03, 10:08
wilsmann wilsmann is offline
Registered User
 
Join Date: Sep 2003
Posts: 2
PHP and dbase

Is there a known way where I can connect to dbase via PHP WITHOUT using the php-dbase functions which are crap, because they cannot lock. Etc.

I'd very appreciate any help!!!

Greetings
d.wilsmann
Reply With Quote
  #2 (permalink)  
Old 09-11-03, 01:36
moku moku is offline
Registered User
 
Join Date: Sep 2003
Location: Wisconsin, USA
Posts: 34
um...

I don't know jack about dbase, but how 'bout some ODBC lovin?
Reply With Quote
  #3 (permalink)  
Old 09-11-03, 03:06
wilsmann wilsmann is offline
Registered User
 
Join Date: Sep 2003
Posts: 2
Well actually that's what I was thinkin' of, but I'm not sure how or if it works with locking and registering etc. with odbc and dbase...
Reply With Quote
  #4 (permalink)  
Old 09-16-03, 15:32
Maor71 Maor71 is offline
Registered User
 
Join Date: Apr 2002
Posts: 188
Quote:
Originally posted by wilsmann
Well actually that's what I was thinkin' of, but I'm not sure how or if it works with locking and registering etc. with odbc and dbase...
hello Wilsman,

dBase files (either DbaseIV or FoxPro ) can be accessed by means of ODBC, and then use an abstract layer such as ADODB (search google for this php superb class) and display the records.

If the dbf files are on a "database" (this is a foxpro thing) then locking and transactions are supported, if not then you are on your own.

AFAIK.

marcos oliva
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On