Hey to the community!
I am running an internal server 2003 with its primary MS SQL database which all works perfectly with my newly bought Indoo G. module. However I also have an old Oracle 8g DB on the same network which I need to access. I have tried the ODBC connection, with following connection string:
My details: (masked as x,y,z)
Driver Name: "X"
Server: "Y"
Uid: "Z"
TNS Service name: "Q"
The standard connection string: Driver={X};;Server=Y;Uid=Z;Pwd=password;QTO=F;DBQ=Q
IndooGrid only accepts the connection string when I added the TNS Service name "DBQ=[TNS Service Name]". By providing the connction string above, indoo wizard doesnt show any errors, but I cant see the different tables when I try to select a table in the table wizard. Anbody know this issue and could help me out?
I have tried to use the built in datasource thingie in Excel where I can connect to the Oracle Database without any issues and by using the same info above. Here a query pops up and I can select the tables etc. After I connected, I looked in the connection properties and saw the following string:
DRIVER={X};;SERVER=Y;UID=Z;Pwd=password;DBQ=Q;DBA=W;APA=T;FEN=T;QTO=T;FRC=10;FDL=10;LOB=T;RST=T;FRL=F;MTS=F;CSR=F;PFC=10;TLO=O;
As you can see, excel adds some other configuration parameters too and when I put this string into indoogrid, same thing happens: It connects (or doesnt give any connection errors) but no tables can be seen in the table wizard :-(
Hope some of you guys have a solution out there, I really dont want to manually refresh the details through an Excel sheet - nor do I want to invest 4000$ for an MS SQL Standard edition with the Scheduled DTS ability ;-)
Thanks,
David