- #1
WWGD
Science Advisor
Gold Member
- 6,326
- 8,380
Hi All,
I am kind of new to this, please be patient. I appreciate your input
I have a SQL Server DB, I am trying to create a remote front end to give graphical, or at least simple access
to the DB (Client-Server, of course).
I would appreciate some suggestions. This is my way of breaking things down:
1) I need to have the front end accept input.
2) Input must be then relayed to back end
3) Input/device must be given access to the backend DB. I guess this is a matter of granting permissions in SQL Server. I guess I need SQL Server authentication here. So I must enable TCP/IP and create a permission through configuration manager
4) I guess I need some code to tell the input string where to go, so it can "travel" to the database, be turned into a SQL query, run, and then have the results returned to the client/front end. I think this is usually done using VB, right?Or do I write a connection string?
Thanks.
I am kind of new to this, please be patient. I appreciate your input
I have a SQL Server DB, I am trying to create a remote front end to give graphical, or at least simple access
to the DB (Client-Server, of course).
I would appreciate some suggestions. This is my way of breaking things down:
1) I need to have the front end accept input.
2) Input must be then relayed to back end
3) Input/device must be given access to the backend DB. I guess this is a matter of granting permissions in SQL Server. I guess I need SQL Server authentication here. So I must enable TCP/IP and create a permission through configuration manager
4) I guess I need some code to tell the input string where to go, so it can "travel" to the database, be turned into a SQL query, run, and then have the results returned to the client/front end. I think this is usually done using VB, right?Or do I write a connection string?
Thanks.