G
Guest
Hi!
I am using the following code in my vb.net application.. its working fine on
windows 2000 professional and XP Professional, but its not giving me
appropriate result when running on a Windows 2003 Server.
Dim tblFileList As DataTable
Dim drCORows As DataRow()
Dim strExFileName As String
strExFileName = ConfigurationSettings.AppSettings("ExOthForm")
tblFileList = dsFileList.Tables(0)
strSort = "FormSequence ASC"
drCORows = tblFileList.Select("CopyTo='CO' AND FilePath NOT
IN (" + strExFileName + ")", strSort)
Please help
Thanks,
Baren
I am using the following code in my vb.net application.. its working fine on
windows 2000 professional and XP Professional, but its not giving me
appropriate result when running on a Windows 2003 Server.
Dim tblFileList As DataTable
Dim drCORows As DataRow()
Dim strExFileName As String
strExFileName = ConfigurationSettings.AppSettings("ExOthForm")
tblFileList = dsFileList.Tables(0)
strSort = "FormSequence ASC"
drCORows = tblFileList.Select("CopyTo='CO' AND FilePath NOT
IN (" + strExFileName + ")", strSort)
Please help
Thanks,
Baren