Tagged Questions
1
vote
2answers
1k views
Lotus Notes ODBC Connection
I need to connect and send/receive information from an MS SQL server in my Lotus Notes app using @formula in realtime (I can connect using an agent, but I need to use inline code for this).
The ...
4
votes
5answers
1k views
How do I connect an SQL database to Lotus Domino Designer?
I am creating a Lotus Notes application which has to have dynamic combo boxes. The choices for the combo boxes need to be retrieved by selecting from a SQL database.
I am new to Lotus Notes / ...
3
votes
5answers
2k views
Lotus notes to Sql server migration
I am trying to find the solution for data migration from LotusNotes to Sql Server without using third part tool. However, I have found out that client already has a license for LEI. Can I suggest them ...
1
vote
2answers
238 views
How to update field from SQL database
I have a lotus notes application that has a document with a Number, and a description field.
Users reserve a series of numbers at which point documents are created. They then fill in the description ...
1
vote
5answers
714 views
Lotus DB to MSSQL Migrate
My company has a database in IBM's Lotus DB. It was designed long back. Now, the contract is ending, and we need to transfer it to MS SQL. The problem is that it is a huge organization, and since ...
2
votes
1answer
377 views
How to get lotus db column names for a view using ODBC
I currently have an ODBC connection setup to a Lotus Notes db using the NotesSQL Driver which is used to create reports in Cognos BI 8.4.
I need to query for the programmatic column names (field ...
0
votes
2answers
768 views
Managing an unstable SQL connection on a Lotus Notes Agent
I have a working Lotus Notes agent. Running on LN 7.
My agent runs every 5 minutes, and it sends some mails whenever it finds some specific records on an Microsoft SQL (2005) table.
It usually works ...
0
votes
1answer
3k views
Import Lotus Notes Database into Access/SQL - What about Documents?
I have a few Lotus Notes 'databases' that i'd like to import into Access or SQL.
I think I have most of the steps down (install NotesSQL ODBC driver, setup ODBC connection to Lotus DB, import data ...
2
votes
3answers
165 views
SQL bottleneck, how to fix
This is related to my previous thread: http://stackoverflow.com/questions/3069806/sql-query-takes-about-10-20-minutes
However, I kinda figured out the problem. The problem (as described in the ...
0
votes
2answers
633 views
UNDEFINED data type when reading SQL database from Lotus Notes using ODBC: nvarchar
This is the second time it happens to me and before modifying a 3rd party Database structure I wanted to know if anyone knew a better solution:
I'm accessing a MS SQL Server 2008 from a Lotus Notes ...
0
votes
4answers
2k views
Escape a period character in an SQL query
EDIT: Just realised that the reason for the additional results is down to another line in the query! Don't think I have enough rep to close this question.
I'm editing some existing SQL code which is ...