Viewing 8 posts - 181 through 188 (of 188 total)
Here was my final solution:
I used ADO in an ActiveX Script to generate the sourceSQL string, stuffed it in a global variable, then assigned this string to the sourceSQL string...
September 3, 2003 at 10:44 am
Can we talk about Excel too? I would like to set a pivotcache to an ADO recordset from my SQL Server database but all the syntax I have found...
September 2, 2003 at 10:29 am
You can use the filesystem object in an activeX script to manipulate files and their paths. Capture the new path\file in a global string variable and assign it dynamically...
August 19, 2003 at 9:55 am
This ended up being my solution - not designed for speed for sure but it's not too slow given the size of my dataset - it gives me exactly what...
July 31, 2003 at 10:18 am
Here is a simplified version of the task:
Table Lottery
AcctNo varchar(16)
Cycle varchar(2)
Bal numeric(9,2)
EmpNo varchar(6) - starts as null - want to assign empno's to this field...
July 31, 2003 at 8:27 am
Thanks! Silly me, I assumed I should check daily. :o)
J. Moseley
July 29, 2003 at 10:01 am
quote:
Wrox went out of business in March.http://weblogs.asp.net/AKrowczyk/posts/3871.aspx
J. Moseley
Oops, I spoke too soon. ...
June 27, 2003 at 12:31 pm
Viewing 8 posts - 181 through 188 (of 188 total)