08-25-2010 01:45 AM
Hi
How can I connect my LV 8.5 with database connectivity to an existing DB in SQL server 2005 platform ?
thanks
ziv
08-25-2010 06:10 AM
1. Create a .udl pointing to your database.
2. Open Database Connection with the .udl as path.
3. Do your query/List tables
4. Close database connection
/Y