On Tuesday 18 March 2008 12:17:44 pm d3am0n wrote: > bro can you give me website to referre to . tnx > > On Mon, Mar 17, 2008 at 7:40 PM, Michael Cole <[EMAIL PROTECTED]> wrote: > > On Monday 17 March 2008 7:05:19 pm d3am0n wrote: > > > GUYS > > > > > > GUD PM ! I KNOW SOME OF YOU TRY TO USE MYODBC CONNECTION MY ISSUE IN > > > USING MYODBC IS I HAVE DBF FILE IN MY SAMBA SHARED I HAVE WEB SYSTEM > > > PHP LANGUAGE THAT'S COLLECT DATA IN DBF FILES , I USE TO RUN THIS KIND > > > OF CONNECTION IN WINDOWS I SETUP PORTABLE SERVER UNISERVER AND SETUP > > > ODBC CONNECTING TO THE DBF FILE. IN LINUX IM HAVING HARD TIME TO SETUP > > > HOW IM GOING TO USE MYODBC IN CONNECTING TO MY DBF FILES. FOR AS TO BE > > > UPDATE . > > > > > > TNX > > > > > > GOD BLESS OUR COMMUNITY. > > > > Connect to the DBF using Pear Lib not using ODBC it is one extra level > > that you should not need. > > > > You will need to rewrite some pages but it will be quicker to work on > > the files directly. > > > > -- > > Regards, > > > > Michael Cole > > LPIC-1 > > > > > > > > "The man who does not read good books has no advantage over the man who > > can't read them. " > > - Mark Twain > > > > "It is our choices, Harry, that show what we truly are, far more than > > our abilities." > > — J. K. Rowling > > > > "Wear the old coat and buy the new book." > > — Austin Phelps > > > > "I'm not a teacher: only a fellow traveler of whom you asked the way. I > > pointed ahead – ahead of myself as well as you." > > — George Bernard Shaw > > > > > > _________________________________________________ > > Philippine Linux Users' Group (PLUG) Mailing List > > [email protected] (#PLUG @ irc.free.net.ph) > > Read the Guidelines: http://linux.org.ph/lists > > Searchable Archives: http://archives.free.net.ph http://svn.pmapper.net/trac/wiki/DocManual
has some stuff about the DBF format but it sounds like it is not perfect in Pear, So they advise to convert, Unless it it something loke the SSS and they dont accept in any other format.. this is my odbc connection under linux the file is /etc/odbc.ini [test] Driver = myodbc DATABASE = dumpfiletest SERVER = localhost UID = root Now to set for a DBF file will look for you. Here is some more info that may help.. http://www.dbforums.com/archive/index.php/t-598885.html -- Regards, Michael Cole LPIC-1 "The man who does not read good books has no advantage over the man who can't read them. " - Mark Twain "It is our choices, Harry, that show what we truly are, far more than our abilities." — J. K. Rowling "Wear the old coat and buy the new book." — Austin Phelps "I'm not a teacher: only a fellow traveler of whom you asked the way. I pointed ahead – ahead of myself as well as you." — George Bernard Shaw _________________________________________________ Philippine Linux Users' Group (PLUG) Mailing List [email protected] (#PLUG @ irc.free.net.ph) Read the Guidelines: http://linux.org.ph/lists Searchable Archives: http://archives.free.net.ph

