Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am trying to connect SQL Server 2008 R2 via ODBC. Its shows something like
ODBC CONNECT32 TO [Marketing DEV] (XUserId is OXxegXWdNFDdYWQD, XPassword is DAUcasdfasdcKGZBIVBMQWQROdF);
I dont want to show the whole sting over here especially username and password part.
How can I change it to just:
ODBC CONNECT TO Marketing;
What changes I need to make so by writing only "ODBC CONNECT TO Marketing;" qvw will connected to database?
Thanks,
Tahir