Viewing 15 posts - 4,351 through 4,365 (of 6,216 total)
I think if you buy InstallShield they provide updated merge modules with the product. Worth checking. Hard to believe they don't make the merge modules generally available.
Andy
May 3, 2002 at 9:07 am
I dont have a Win95 machine to test on, but MDAC 2.6 is correct. You can still do it with earlier MDAC's but you have to configure an alias -...
May 3, 2002 at 9:05 am
Did you look at the query plan? Maybe doing parallel processing if you have multi cpu?
Andy
May 3, 2002 at 9:04 am
Not really. You probably have one or more char/varchar columns, try converting the largest one to text. Unless you have a very few rows you're better off trying to cut...
May 3, 2002 at 5:50 am
No, you cant pass it as a string. You could guess at the max number of parameters you want to test and have that may inputs to your proc. Another...
May 2, 2002 at 5:53 pm
You might try adding a computed column that is based on the convert and index it.
Andy
May 2, 2002 at 4:14 pm
We dont mind trying to assist with the theory part anyway, sometimes you'll be better off visiting a VB specific site. You can bind the grid to a recordset at...
May 2, 2002 at 4:10 pm
Its not showing up in the pick list, or you cant even enter it as get it work that way?
Andy
May 2, 2002 at 4:08 pm
Not sure. I'd say two possibilities. One is that something is weird on the one machine, the other is that maybe it can't send the request across a subnet to...
May 1, 2002 at 3:59 pm
Not bad. I'd suggest you use Scope_Identity() rather than @@Identity though.
Andy
May 1, 2002 at 1:23 pm
For XML requires a table name in a from clause. You can work around by doing something like this:
create table Test2 (id int identity(1,1))
insert into test2 default values
select @@identity as...
May 1, 2002 at 12:17 pm
Please don't cross post - we check all the topics daily. See this thread:
Andy
May 1, 2002 at 9:08 am
Dont see how you're going to gain much, any gain would be in client side prep if anything. Be interesting to see.
Andy
April 30, 2002 at 6:48 pm
Viewing 15 posts - 4,351 through 4,365 (of 6,216 total)