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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Data Path

Status
Not open for further replies.

Snookless

Technical User
Mar 17, 2003
34
BR
Hello Again,
Everyone is so helpful here, thank you......Question, Is it possible to get the Data Path to print on the page footer , not the File path and name but the Data Path and name.
Thank you,
Snookless
 
Define what you mean by a DATA path.

If you're after the server information, I have done this before using SQL Expressions, such as in SQL Server:

suser_sname()

Which will return the server/user

 
I'm am using Foxpro with the data on my local drive.
 
What information are you trying to retrieve, and what is your connectivity type?

If it's ODBC, you can use the following in SQL Expressions:

For a DBC use:

dbc()

For a DBF use

dbf()

-k
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top