T O P I C R E V I E W |
jkocherhans |
Posted - 05/12/2006 : 10:23:19 The "Connection String" popup in Admin > Connections isn't working for me. Report Portal 2.1 Build 113. It works fine for the trial version I have installed on another server. Anything other info I can post that might be helpful? I would expect a javascript error, but I get nothing. |
2 L A T E S T R E P L I E S (Newest First) |
jkocherhans |
Posted - 05/15/2006 : 08:15:29 quote: Originally posted by admin
The Connection String dialog is available only if your client has Microsoft OLE DB Provider of SQL Server installed.
Microsoft OLE DB Provider for SQL Server is installed, but the link still doesn't work. :(
quote: Originally posted by admin Another way to generate a connection sting is: 1) Create a Text document on your desktop (Right click > New > Text Document) 2) Rename the document to test.udl 3) Double click on test.udl 4) Select provider (Microsoft OLE DB Provider of SQL Server), enter connection information and test the connection 5) Check “Allow saving password” and click Ok 6) Open test.udl in notepad snf 7) Copy text that comes after this line: “; Everything after this line is an OLE DB initstring”
Cool. I'll try this for now. Thanks! |
admin |
Posted - 05/12/2006 : 20:56:13 The Connection String dialog is available only if your client has Microsoft OLE DB Provider of SQL Server installed.
Another way to generate a connection sting is: 1) Create a Text document on your desktop (Right click > New > Text Document) 2) Rename the document to test.udl 3) Double click on test.udl 4) Select provider (Microsoft OLE DB Provider of SQL Server), enter connection information and test the connection 5) Check “Allow saving password” and click Ok 6) Open test.udl in notepad snf 7) Copy text that comes after this line: “; Everything after this line is an OLE DB initstring”
|