Viewing 15 posts - 1 through 15 (of 18 total)
Access does not have linked tables with windows authentication.
If I am correct, Access will link to SQL server using one SQL Server login where the credentials are stored when...
January 22, 2014 at 1:27 pm
That makes sense. I am liking the stored procedures.
thanks for the help.
June 21, 2013 at 1:11 pm
so does that code not update the fields in the DB table if the parameter sent to the stored procedure coming from the web form is blank? if so, ...
June 21, 2013 at 1:06 pm
The reason I wanted to use dynamic SQL was to avoid making and running up to 14 seperate updates depending on which fields were completed on the web form. With...
June 21, 2013 at 11:14 am
I'm moving the code from front end to backend as stored procedure. I'm building these strings but they will not be vulnerable to SQL injection because the are parameterized.
what...
June 21, 2013 at 9:31 am
Fantastic. I'll toggle the setting and be on my way. Thanks for the assistance.
May 31, 2013 at 9:08 am
The problem with not having a save button on each page is that of the 12 pages multiple people may fill out the information. For Instance:
Person 1 - fills pages...
May 24, 2013 at 6:54 am
OK, So I was wrong about stored Procedures. They sound very much like the thing to use. How though do I code them if queries require parameters from the front...
May 23, 2013 at 12:47 pm
Andrew,
That is what I'm planning to do. I'm moving my data from access to the SQL server used by sharepoint. I'm then going to build my web applications using vb.net...
May 23, 2013 at 6:57 am
SSC Rookie,
Does that hold true if I'm accessing the SQL server from a .net application? I would think that I'd need to specify a connection string for each server and...
May 22, 2013 at 6:42 am
Your right I could redesign some of the backend structure but then I might give the DBA a nightmare of a redesign with regards to the forms, queries and reports...
May 20, 2013 at 2:03 pm
I guess I've been lucky. I've been using Access Since 1997 and have yet to find a request for data that I couldn't handle with Access's query builder.
May 20, 2013 at 1:44 pm
Thanks Andrew. I am learning to use SSMS and find it managable, but coming over from Access, there is a bit of a learning curve as I shift my thinking...
May 20, 2013 at 1:42 pm
What I was looking for was a visual interface much like visual studio is to .net. Sure I can write sql if I have to... but why do it if...
May 20, 2013 at 7:26 am
The one cavait to creating a better structured DB in SQL server is that the Access databases contain many years worth of historical data which I do not want to...
May 15, 2013 at 8:10 am
Viewing 15 posts - 1 through 15 (of 18 total)