One more try with the forum. Otherwise I may try actual notes support…
So…I can’t get it to work…even in ones that worked before.
I have set SIEBELTEST up as a SYSTEM Datasource on my PC. (Unless I need it on the server?)
On my mailfile on the server I created a draft email message…
It has inside it some buttons, (create hotspot - button).
Inside the buttons I have some code (these were my examples for other people, and they were DEFINATELY 100% working before):
@DbLookup( “ODBC” : “NoCache” ; “SIEBELTEST” ; “USERNAME”; “PASSWORD”; “TABLE” ; “COLUMN” : “fail” ; “NAME” ; “Name of Record” ; “” : “Ascending” )
This gives the result:
Could not execute db function
@DbColumn(“OBDC”:“NoCache”;“SIEBELTEST”;“USERNAME”;“PASSWORD”;“TABLE”;“COLUMN”)
This gives the result:
The neccesary external database driver cannot be located
- @DbCommand( “ODBC” : “NoCache” ; “SIEBELTEST” ; “USERNAME” ; “PASSWORD”;
“SELECT NAME FROM dbo.TABLE WHERE NAME LIKE ‘A%’”: “fail”)
This gives the result:
Could not execute db function
I am using either a definately working system login (I can login to SQL server using it), or my login which definately works (I can login to SQL Server with it).
My Datasource is definately defined as a System DSN.
I cannot even connect to the standard MSSQL database called “pubs” (if someone can connect to this from notes please provide example how)…
Nothing ever works…always the above errors are occouring…this can’t be right…
I can successfully test the ODBC datasources all test OK.
Any ideas?