Viewing 15 posts - 76 through 90 (of 125 total)
I presume this is what you require, execute this script in northwind database and get back to me if your problem is something other than this.
CREATE Procedure ProductFilter
(
@FilterFields varchar(1000)
)
As
...
August 30, 2004 at 3:37 am
Yep, That also sounds great only. Will modify accordingly.
Thanks for the suggestion.
Thanks,
Ganesh
August 25, 2004 at 9:30 pm
I found in the net the only document of your need
http://www.only4gurus.com/techlib/greatplains/solomoniv/40mc2wp.pdf
I will let you know if I find something else.
Thanks,
ganesh
August 25, 2004 at 1:31 am
Pls follow the links
http://support.microsoft.com/default.aspx?scid=kb;EN-US;283899
http://support.microsoft.com/default.aspx?scid=kb;en-us;330307
Pls give the full details of the error you are getting and that will make others to respond quickly.
Thanks,
Ganesh
August 25, 2004 at 1:19 am
Hi Robert,
sorry for replying very late. Those are all string constants.
You can modify for your needs. Now I gave an example as the global variables you have added are GlobalVariable1,GlobalVariable2,GlobalVariable3....
August 25, 2004 at 12:45 am
So you mean the connection is an user dsn.
Have you tested the Test Data source, is that connecting ?
thanks,
Ganesh
August 25, 2004 at 12:29 am
Can Java bind to and use COM objects? If so then you can load, execute, change or even build DTS packages from Java.
In VB.NET or C# I would add a...
August 24, 2004 at 6:29 am
Sorry for posting this again. Let me take the example of Northwind database.
Stored procedure:CustOrdersOrders
Table
August 24, 2004 at 6:03 am
No need to feel stupidity for this.
Follow the link
Download the executable and execute it.
thanks,
Ganesh
August 24, 2004 at 4:24 am
Code not visible.
The problem might be with the way you give the connection string. I would suggest you to build a connection string this way. Make sure all the files...
August 24, 2004 at 4:08 am
Tommy,
When the following code work, it is obvious your query should also work. I think the Adguid doesn't match with ObjectGuid.
Pls try this following code:
create table mytable (empname varbinary(100)...
August 24, 2004 at 3:21 am
I found few discrepancy from your code
1.You are using . in the place of Server name. Pls try to take the server name from app.config or hard code it.
2.You are...
August 24, 2004 at 2:58 am
You can't achieve this. When sql server encounters a error (Fatal or non-Fatal Error) - the program terminates accordingly.
Pls follow the link, on how the error handling should be done...
August 23, 2004 at 3:50 am
Hi Roger,
1. When you drop the index name, SQL Server would throw an error saying there are dependencies for this index, provided if you have explicitly named the index in...
August 23, 2004 at 3:19 am
sorry for posting again.
I found this tool would be the one you are looking for
Thanks,
Ganesh
August 19, 2004 at 5:57 am
Viewing 15 posts - 76 through 90 (of 125 total)