steadyfi Posted March 10, 2015 Share Posted March 10, 2015 Hello. How can I connect to my .db file ? Im already using dbConnect but it doesn't seem to work with executeSQLQuery. Do I need to add any additional argument to executeSQLQuery ? Thanks Link to comment
Donald Duck Posted March 10, 2015 Share Posted March 10, 2015 Nope, that won't be needed, you could try to read what's written on that wiki page you likned to however: NOTE: This function only acts upon registry.db. Use dbQuery to query a custom SQL databse. So to make a long story short, use this instead: dbQuery Link to comment
steadyfi Posted March 10, 2015 Author Share Posted March 10, 2015 Nope, that won't be needed, you could try to read what's written on that wiki page you likned to however:NOTE: This function only acts upon registry.db. Use dbQuery to query a custom SQL databse. So to make a long story short, use this instead: dbQuery Thanks man ! #SOLVED Link to comment
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