Welcome to dbForumz.com!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Simple question?? PHP..ODBC..and...dBASE

 
   Database Forums (Home) -> PHP RSS
Next:  Urgent - General Network Error  
Author Message
djwyldeone

External


Since: Jan 03, 2005
Posts: 1



(Msg. 1) Posted: Wed Aug 03, 2005 6:37 pm
Post subject: Simple question?? PHP..ODBC..and...dBASE
Archived from groups: comp>lang>php (more info?)

Ok this may be a dumb question to some but for the first time this
evening I have to access dBASE file through ODBC.. I'm trying to do
simple queries of SELECT * FROM ??? however I can't for the life of me
figure out what to put in place of the ???. Any help would be great..

peace
Troy

 >> Stay informed about: Simple question?? PHP..ODBC..and...dBASE 
Back to top
Login to vote
spit

External


Since: Jan 03, 2005
Posts: 5



(Msg. 2) Posted: Wed Aug 03, 2005 7:41 pm
Post subject: Re: Simple question?? PHP..ODBC..and...dBASE [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

The name of the table. For example, you may have a database called
"MyCompany" which contains the tables "Products", "Orders", and
"Customers". To view the contents of the Products table, you would
type this:

use MyCompany
SELECT * FROM Products

Your database might be simpler, and only contain one table. For
example, say you have a database called "Newsletter" which contains one
table called "Newsletter". You would type:

use Newsletter
SELECT * FROM Newsletter

 >> Stay informed about: Simple question?? PHP..ODBC..and...dBASE 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Simple question - Here is the problem I have. I have added a management interface in php for a website that was all html and flash. Whereas before items were hard-coded, now they are pulled up from a database. I can change the links from html to php almost..

A simple newbie question - Hello. I started writing PHP today. I added the following code at a php page. <?php if($_SESSION["dbpwd"]=="") { print("EMPTY!"); $_SESSION["dbpwd"]="TEST"; print(" SET TO ".$_SESSION...

simple grep question - I want to do the following: replace __abc__ with <b>abc</b> in a string Any help? Ben

Simple (?) Singleton Question - Hey all - Not being a seasoned PHP developer, tonight I started playing with the use of the Singleton pattern to store configuration information. What I was surprised to find was that the instance - at least the one I'm creating - isn't really a..

Hopefully Simple Question re Variables - I'm learning PHP so this might be a simple question to more expeienced developers hopefully. I have a findrecords.php page which has the following code which creates a new record in a database table if this is the first time the user performs a ..
   Database Forums (Home) -> PHP All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]