Forum Replies Created

Viewing 15 posts - 1 through 15 (of 18 total)

  • RE: SQL Server Security and linked tables in Access.

    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...

  • RE: Stored procedures

    That makes sense. I am liking the stored procedures.

    thanks for the help.

  • RE: Stored procedures

    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, ...

  • RE: Stored procedures

    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...

  • RE: Stored procedures

    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...

  • RE: importing an access database

    Fantastic. I'll toggle the setting and be on my way. Thanks for the assistance.

  • RE: linked tables

    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...

  • RE: linked tables

    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...

  • RE: linked tables

    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...

  • RE: linked tables

    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...

  • RE: linked tables

    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...

  • RE: linked tables

    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.

  • RE: linked tables

    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...

  • RE: linked tables

    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...

  • RE: linked tables

    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...

Viewing 15 posts - 1 through 15 (of 18 total)