Forum Replies Created

Viewing 8 posts - 76 through 83 (of 83 total)

  • RE: Connections

    The magic just worked today.

    Here is the working code, problem lay in the name of Source !

    Thanks for help everyone, I go there in the end !

    Private Sub Command15_Click()

    Dim...

  • RE: Connections

    I have replaced LOCAL with MSSQLSERVER2

  • RE: Connections

    Hi,

    Yes here is you original code and it stop/timesout at 'open' as well

    Private Sub Command15_Click()

    Dim con As ADODB.Connection

    Dim cmd As ADODB.Command

    Dim rs As ADODB.Recordset

    ' DB Connect and query

    '...

  • RE: Connections

    Thanks old hand.

    Tried your code but without success. My sql server is loaded on my PC along with ma access.

    I have no problems linking tables between SQL Server and...

  • RE: Connections

    Thanks, typed it in a hurry.

    Will give it a go tomorrow and let you know !

    Regards

  • RE: Connections

    Hi Guys,

    That a good help, this is how far I have got tho from putting code togethermn, still not working !

    Rem Open a connection without using a...

  • RE: To Link or Not to Link that is the question

    Thanks again SSCrazy.

    I have linked tables working now between access 2993 and sql server 2008 and for me that's a big step forward.

    Although all my tables are linked...

  • RE: To Link or Not to Link that is the question

    Hi,

    Thats great, I am just getting it all togther and practicing with SSMS etc. I have my tables and realtionships created.

    So in my Access databse I have form FrmClients...

Viewing 8 posts - 76 through 83 (of 83 total)