使用ADO或者BDE,应该能够屏蔽底层细节的,和用什么数据库没有太大关系

解决方案 »

  1.   

    到这里看看吧,有个好东东:
    http://www.torry.net/db/direct/db_directother/
    Notes/Delphi Class Library 
    By Sergey Kolchin. This classes allows to work with Lotus Notes from any Delphi
    program. You can create and open databases, write and read documents, send mail 
    and so on. The library uses native API calls. 
      
      

  2.   

    似乎用bde或ado都不可以访问lotus吧,毕竟别人用的是文档数据库
      

  3.   

    我下栽http://www.torry.net/db/direct/db_directother/
    Notes/Delphi Class Library By Sergey Kolchin这个东东,在delphi5.0,lotus5.0.0环境下,编译到类class_lotusnotes的Initialization时,函数CheckError(notesInit)出现:raisec exception class EAcessViolation with message 'Access violation at address 011AC74 in module'NNotes.dll' ,Write of address FFFFFFF'的错误,各位大吓知道为什么吗?
      

  4.   

    现在摆在我面前的有很多种方式:1.在lotus中使用lotusScript,在lotus中将数据写入oracle数据,疑问:不知道这种方式好不好,难度大不?我可是一点lotus都不知道。2.使用API,我从这里下栽http://www.torry.net/db/direct/db_directother/
    Notes/Delphi Class Library By Sergey Kolchin一个例子,可在delphi5.0,lotus5.0.0环境下,编译到类class_lotusnotes的Initialization时,函数CheckError(notesInit)出现:raisec exception class EAcessViolation with message 'Access violation at address 011AC74 in module'NNotes.dll' ,Write of address FFFFFFF'的错误,搞了好久都不知道为什么。3.使用notessql,不知道在Delphi中是否可行呢?不知道那位大虾能给小弟指点迷津呢????十万分的感谢!!!!