I am accessing Lotus Notes Forms by using Notes SQL OBDC Driver. This works fine for the forms whihc does not contain spaces in their name, like ‘Employee Detail’. Is there any work around for this. The version of the driver is 3.02e.
Subject: RE: How to access a Form which is having space in name like ‘Employee Detail’
I don’t know, but you could always fix it by defining a form alias which does not contain a space. You might have to refresh your existing Notes documents, though.
Subject: RE: How to access a Form which is having space in name like ‘Employee Detail’
This should be part of your basic app dev approach in general. What if you had to rename a form just because “someone (who no one can say no to) said to”, you wouldnt want to rewrite the whole app. Thats exactly why they are there.