connecting to access project
-
Hi, I'm relatively new to vb .net. Right now I'm working on a project where actual database is in SQL Server. But the "Access Project" file has been created to connect to SQL Server database. I can not connect to SQL Server directly, basically no one has access to SQL Server directly. So if we need to access it we have to go thru the access project that have been created. I'm using vb .net to create an application that involves this database, but I dont know how can I connect to "access project" file to access SQL Server database using vb .net??? Is it at all possible? can u guys help me with this? shatru2k
-
Hi, I'm relatively new to vb .net. Right now I'm working on a project where actual database is in SQL Server. But the "Access Project" file has been created to connect to SQL Server database. I can not connect to SQL Server directly, basically no one has access to SQL Server directly. So if we need to access it we have to go thru the access project that have been created. I'm using vb .net to create an application that involves this database, but I dont know how can I connect to "access project" file to access SQL Server database using vb .net??? Is it at all possible? can u guys help me with this? shatru2k
Why cant you connect directly to the SQL server? IT Admins?
-
Why cant you connect directly to the SQL server? IT Admins?
well, first of all I dont have rights to access a server machine where the sql server database is... so i have to go to thru this machine here they have set ms access project... and secondly this is what a client has requested to do... I can ask him if it is not at all possible to connect to sql server via access project in vb .net