Viewing 13 posts - 1 through 13 (of 13 total)
Thanks for all the help! :Whistling: that'll be me then.
I have actually resolved the problem.
I used the thread safe version php_sqlsrv-ts.dll instead.
PHP was...
April 2, 2009 at 3:28 pm
I checked the Apache error log and it said that the sqlsrv.dll could not be loaded
[font="Comic Sans MS"]PHP Warning: PHP Startup: Unable to load dynamic library 'C:\\xampp\\php\\ext\\php_sqlsrv.dll' - The...
March 30, 2009 at 5:54 pm
Further to my last posting I have found out some info and had a go at it.
First issue is the location of php.ini
On my system, PHP and Apache are installed...
March 30, 2009 at 3:46 pm
There are two different versions of the PROC, both which work just fine when running against the passed parameters with or without access filters.sorts in Access 2000.
In Access 2003, the...
January 23, 2009 at 10:25 am
Yep, did that too before I posted the original message.
However, the filter sort does NOT have to have a requery applied to it to re-populate the subform in this case,...
January 23, 2009 at 7:01 am
Sorry, that doesn't make sense.
strSort = "'" & crs_CoreID,crs_CourseID,Delname & "'"
Does not even pass the line Syntax check.
strSort = "'" & "crs_CoreID,crs_CourseID,Delname" & "'"
Might be what you meant, but that...
January 23, 2009 at 4:44 am
Is your for based upon a Table, View or a Proc?
It is only procs that I appear to be getting issues with.
January 21, 2009 at 11:57 am
To add to this.
I tried re-writing the PROC so that it was Dynamic.
I passed all parameters for filtering and sorting etc to the PROC.
It then Creates on the FLY DYNAMIC...
January 20, 2009 at 1:52 am
To Clarify, I have a PROC on the SQL Server (I could attach the text if necessary).
It has 2 parameters passed to it, and works just fine when the...
January 15, 2009 at 12:55 pm
Thanks.
I'll give that a go.
It still does not get MS out of the issue that
their Error Trap in Access VBA doesn't trap all errors correctly.
April 24, 2008 at 1:59 am
It is true it is not often, but to be honest the question is more academic now than crucial to my life. I have found a solution where the error...
April 23, 2008 at 1:39 am
I used this method, although I did not need to use table function because it worked fine on table direct.
I did need to reset rank to null where value was...
July 2, 2007 at 7:18 pm
I'll experiment with this and see if embedding the table variable in the function makes it perform any quicker than having it as a separate function.
Thanks for input.
Andrew
June 30, 2007 at 3:08 pm
Viewing 13 posts - 1 through 13 (of 13 total)