Forum Replies Created

Viewing 13 posts - 1 through 13 (of 13 total)

  • RE: ODBC Timout. Error 3146

    Cheers guys

    but the problem is when accessing a linked table via code.

     

    i.e. linked table = 'subscriptions'

    code =

    dim mydb as database

    set mydb = currentdb()

    dim myrs as recordset

    set myrs = mydb.openrecordset("subscriptions")

     

    This...

  • RE: Permissions problem

    It sure does.  Infact I can set up a linked server that accesses an Excel file on the same drive.

  • RE: sp_addlinkedserver help

    Not permissions, just me being an arse.

    Failed to copy ALL required files to testing directory.  Did that and all works fine.

     

    Thanks

  • RE: Accessing FoxPro files and creating Excel spreadsheets.?

    I have created a sp which populates a table to be the source of a report.  The data is financial data based on products sold.

    I wish to do the following...

  • RE: Accessing FoxPro files and creating Excel spreadsheets.?

    Not a one time job I'm afraid.  Will be run daily after the conclusion of runnind a stored procedure.  If possible was looking to append code to the end of...

  • RE: Unable to assign variable a value..?

    Thanks Ray

    Was indeed NULL field values.

  • RE: Unable to assign variable a value..?

    That's cool cheers Ray.  Will look at that.

  • RE: Function returns NULL ..?

    Thanks a lot Phil.  Got the debugger working (that could have saved me so much time over the last 2 months) and sorted my code problem with a few minutes.

  • RE: Function returns NULL ..?

    No yellow arrow.

    I suspect the problem must be that when I click 'execute' to debug, I get the following msg "SP debugging may not work properly if you log on...

  • RE: Function returns NULL ..?

    Hmm, still trying to get debugging to work.  I right click on my 'sp' and select debug.  This shows my code in the right pane.  However I seem...
  • RE: Function returns NULL ..?

    No, I assigned the return value of the function to a variable and then selected the variable.

    Is there a SQL debugger.?

    My version of Visual Studio does not support debugging of...

  • RE: Function returns NULL ..?

    I suspect a 'feature' Phil.

    The function does appear to work correctly as it returns the correct value if called from a store procedure that contains no other code.  It also...

  • RE: Function returns NULL ..?

    Here's the code.  Not too easy to read here but I'm sure if you cut and paste it'll be easier.  The function call in question is near the end of...

Viewing 13 posts - 1 through 13 (of 13 total)