jjj Posted June 4, 2006 Posted June 4, 2006 Hello, I am trying to work with sqlite database, using this udf.I am trying to find a complete row in the database, using the data in one of the fields as a search term. I started by dumping the table to text, and then searching through the text file, but i am sure there is a better way. Can someone point me in the right direction?
randallc Posted June 5, 2006 Posted June 5, 2006 Hi,Something like; $s_Prepare="SELECT * FROM "&$sDBTable&" WHERE test1_0 = '0' AND test1_3 = '2';"Best, Randall ExcelCOM... AccessCom.. Word2... FileListToArrayNew...SearchMiner... Regexps...SQL...Explorer...Array2D.. _GUIListView...array problem...APITailRW
jjj Posted June 5, 2006 Author Posted June 5, 2006 Hi,Something like; Best, Randallthanks, ive got it now.
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