I am new in VB.NET. I need to write connection to database, but the name of database, server, username and password are in INI file. How to write this?
Second, I need to write one parameter method "Select *from Table....." where Table is parameter, so I can use this method for all my tables.
Can anybody help me with this?
Thank you in advance
Second, I need to write one parameter method "Select *from Table....." where Table is parameter, so I can use this method for all my tables.
Can anybody help me with this?
Thank you in advance