search for: localchannel

Displaying 2 results from an estimated 2 matches for "localchannel".

Did you mean: localchange
2008 Nov 25
1
Error in sqlCopy in RODBC
Hi All, I am trying to copy portions of tables from one SQL database to another, using sqlCopy in the RODBC package. RemoteChannel = connection to remote database LocalChannel = connection to local database LocalTable = table in my local database to receive data from the remote database query <- select query in SQL sqlCopy(RemoteChannel, query, "LocalTable", destchannel=LocalChannel, safer=TRUE) I am currently getting an error: Error in sqlSave(destchanne...
2007 Jan 10
3
Proper use of the Local channel
Is there any documentation you guys can point us to in order to learn more about the proper use of the Local channel? We don't currently use it. However, while evaluating other people's billing and management systems for Asterisk, we noticed they make extensive use of it. Thanks, Daniel