Viewing 15 posts - 61 through 75 (of 237 total)
Matt:
select count(*) from adjustment t2...
January 14, 2008 at 11:34 am
I think you mean sql 2000 sp4.
According to above link
Important: SQL Server 2000 Service Pack 4 is not supported on Windows NT 4.0, Windows Millennium Edition and...
January 14, 2008 at 9:03 am
I did the change with real pass word. it still did not work. I am wondering what is wrong. See it will set up in the sql server. most of...
December 17, 2007 at 8:42 am
skrilla99 (12/10/2007)
December 12, 2007 at 8:49 am
why do post your asp.net code or sql code ?
December 11, 2007 at 12:05 pm
I do not think I can set up in asp.net data control datasource for datasource like that. I am hoping I can find the one line code for that.
Thx.
November 27, 2007 at 9:05 am
I am not quite understand why you said.
Since the statement will use in the asp.net detail view data source. I have no way to set variable there.
It use data bound....
November 27, 2007 at 8:50 am
It is vb.net code , here.
in the vb.net
I have select statement
select EMPLNO,[Full Name],[CCNAME],[CC] from HREMP where [Full Name] like '%" & REPLACE(strS,'''','''''') & "%' and [CC] like '01032%' and (EMPSTATUS...
November 26, 2007 at 11:32 am
but the outcome did not come out as I expected.
select EMPLNO,[Full Name],[CCNAME],[CC] from HREMP where [Full Name] like '%O''CONNELL%' and [CC] like '01032%' and (EMPSTATUS <> 90 or EMPSTATUS is...
November 26, 2007 at 7:02 am
I tried that before. While I bulit the vb.net application. it gave me error.
strS=Replace(strS,'''',''""")
it has bulit error. expression expression expected.
if I put strS with replace in my string like...
November 26, 2007 at 6:35 am
Thx. That is not easy place to locate.
September 27, 2007 at 9:53 am
Matt:
Thx. Just curious in SQLServerCentral.com how can you locate the link ?
September 27, 2007 at 7:09 am
Viewing 15 posts - 61 through 75 (of 237 total)