Wrox Programmer Forums
|
VS.NET 2002/2003 Discussions about the Visual Studio.NET programming environment, the 2002 (1.0) and 2003 (1.1). ** Please don't post code questions here ** For issues specific to a particular language in .NET, please see the other forum categories.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the VS.NET 2002/2003 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 9th, 2007, 09:00 AM
Registered User
 
Join Date: Mar 2007
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Default Lotus approach and .NET

Hi,
I'm currently working on an Access database. I also have a Lotus Approach database which I need to connect to via .Net.

I want to write a simpel program that copies data each night.
Writing the program isn't a problem, as soon as I have a decent connection/connection string. I've tried the .udl trick for retreiving the string but no luck.
Is it possible to create a connection and how do you do it ? When I have a connection, do the same ADO principles still apply for Approach?

Kind regards

Joeri Konings
 
Old August 9th, 2007, 06:43 PM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

I'm not familiar with Lotus applications but this might help you get started:

http://www.connectionstrings.com/?carrier=lotusnotes

-Peter
 
Old August 10th, 2007, 07:12 AM
Registered User
 
Join Date: Mar 2007
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Thnx! This was just what I needed. Now I only hope the programming isn't too hard.
 
Old August 10th, 2007, 08:47 AM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

Glad that worked!

When you connect to Lotus using the System.Data.Odbc classes then you'll be able to use the standard .NET data behaviors I would imagine and it should be pretty straight forward. Of course, you'll have to figure out the details of what kind of queries you can execute and such that is specific to Lotus. But handling the data using DataTables and DataReaders will be similar to SqlClient and the other ADO.NET classes.

-Peter





Similar Threads
Thread Thread Starter Forum Replies Last Post
Lotus Notes in VB.NET chiran22 .NET Framework 2.0 1 August 14th, 2008 04:11 PM
Integrating Lotus notes with .net vivek_inos ASP.NET 2.0 Professional 2 June 12th, 2007 04:52 AM
Need help with approach rickyc1 Classic ASP Databases 4 July 14th, 2005 10:26 AM
VS.NET MODULAR APPROACH 3Moose BOOK: ASP.NET Website Programming Problem-Design-Solution 2 January 16th, 2005 12:20 PM
Datasets - what is the best approach? Dave Stumbles VB Databases Basics 0 January 12th, 2005 05:21 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.