Jump to content

Select * from using a variable for the filename.


cbjax
 Share

Recommended Posts

Haven't done but a couple of these, hope this is right.

I copied this (see attached) code from xenobiolotist, I think.

Got it to work with a DBF file but would like to use a variable for the file name in the 2 procedures instead of ltl_rates.dbf otherwise it does what i want to do for the moment.

When i get the variable to work then I will try some other things with this script.

BTW: i do not see how to include the code directly. I'm sure it's right there but i do not see it.

Thanks

dbfRead.au3

Edited by cbjax
Link to comment
Share on other sites

Is this all you're talking about?

Global $sDBF_File = "ltl_rates.DBF"

; ... etc.

_getColumns($connection_Obj, 'SELECT * FROM "' & $sDBF_File & '"')

:)

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...