cbjax Posted November 19, 2009 Posted November 19, 2009 (edited) 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. ThanksdbfRead.au3 Edited November 19, 2009 by cbjax
PsaltyDS Posted November 19, 2009 Posted November 19, 2009 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now