I am trying to use Visual Basic 6 to connect to an Exchange 2000 server and then import the global address list into Outlook 98 under a new folder. If anyone can please help..... Thank you
Thanks for the help. I tried this and the speed is great but the data is not being formated correctly. Maybee this will give you a better understanding. The data is layed out in the following format:
Table A
-----------------------------------
CatId GlID VId Desc
1 897 1...
I'm kind of new to sql and I'm wondering if there is a more efficient way to accomplish the following code:
DECLARE @csv VARCHAR(255)
DECLARE @ValueId int
--Doc Type
SELECT @ValueId = NULL
SELECT @ValueId = (SELECT valueid from ps_value where categoryid=@categoryid and...
Hello Everyone,
I am new to Visual InterDev but this is the problem. Everytime I add a Grid Design Time Control to the page I receive this error message when I try to display the page in the browser:
Error Type:
ADODB.Connection (0x800A0BB9)
Arguments are of the wrong type, are out of...
Hello Everyone,
I am using Crystal 6.01. I have a main report and a subreport. I have a parameter setup in the main report (string type) and I pass the paramter to the main report through code. I would like to be able to reference that parameter in the subreport so I can filter a table...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.