At 08:24 AM 9/16/2005, James Hageman wrote:
UNC?
Universal Naming Convention. This is the standard for naming network
drives. For example, UNC directory path has the following form:
\\server\resource-pathname\subfolder\filename
CURRENT versions of R:BASE ODBC Drivers as well as Oterro 3.1 and 8.0
supports that feature.
Very Best R:egards,
Razzak.
A. Razzak Memon wrote:
At 07:07 PM 9/15/2005, James Hagman wrote:
How about if the database is on another computer?
James.
In that case, you'll need to define a System DSN using the UNC
method and making sure that your workstation is able to see and
connect to that database with all access rights, etc.
That's all there is to it!
Very Best R:egards,
Razzak.
On Sep 15, 2005, at 5:05 PM, A. Razzak Memon wrote:
At 04:20 PM 9/15/2005, James Hageman wrote:
Can I do this in an eep? Such as
--------------------------------------------------------------
SCONNECT recman IDENTIFIED BY username
SATTACH department
SELECT * FROM department ...
RETURN
-------------------------------------------------------------
James,
Yes, you can!
You'll need to use the BROWSE command to view the data.
Use the following sample as an embedded custom EEP for button
in RBG7/RBG75/RBG8 Form Designer:
-- start
SDETACH Albums NOCHECK
SDISCONNECT BluzVan
SCONNECT BluzVan IDENTIFIED BY NONE
SATTACH Albums USING ALL
BROWSE * FROM Albums
RETURN
-- end
Make sure to define a system DSN "BluzVan" based on BluzVan
database in C:\RBTI\Oterro31 directory using the Oterro3.1
ODBC driver.
Enjoy and make sure to have fun
Very Best R:egards,
Razzak.