473,320 Members | 2,124 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

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

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

Aug 4 '05 #1
1 1747
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

Aug 4 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Brett Jungblut | last post by:
I'm running apache+php+winXP, and can connect easily to a dbf on my local system, but when I try to connect to the same dbf on a mapped NetWare drive I get this error: Warning: odbc_connect():...
3
by: Michele Petrazzo | last post by:
I'm using odbc on win95 and I have an incomprehensible error after a query: INSERT INTO test VALUES (f1,f2,f3) VALUES ("t1", "t2", "") table test and fields f1,f2,f3 exists :) and I can write...
1
by: MLH | last post by:
I'm running XP. Is it required that a given ODBC driver be selected or set somehow as a default driver? Look at this... Here's the error: Error: ODBC call failed... Datasource not found and no...
1
by: Durumdara | last post by:
Hi ! I have a text processor code and I want to put the results to standard files. HTML, XML, SQLite - they are ok. But I want to put these datas to DBF too, because when records are many,...
0
by: yefei | last post by:
it is very weird I set the same connection string for ODBC connect to dBase file in asp.net and the file is the same, just copied from one PC to another PC but what happens is that it runs well...
4
by: Robert Hooker | last post by:
I have installed our .NET application on a system running Microsoft Windows Vista operating system. When I run our application, I receive the following error message whenever it tries to create...
3
by: DontB3 | last post by:
Hi, I'm new in this forum, and i hope someone can help. I'm creating an automatic application that transfer a database from Access -> DBF -> Oracle. When My App try to execute Insert SQL...
7
by: Salad | last post by:
I am converting an application from A97 to A2003. I have 2 tables created by another application as a Foxpro.dbf. The table has no index. The connect string in A97 is FoxPro...
0
by: Artem | last post by:
I'm using dbase MySql with character encoding utf-8. The program is written on C#. IDE - SharpDevelop. I use odbc to get some string data from dbase, but I get: either symbols '?' if I don't set...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.