realbasic-nug
[Top] [All Lists]

Re: Real SQL Server

To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
Subject: Re: Real SQL Server
From: Fargo Holiday <fargo at rpgportland dot com>
Date: Thu, 28 Jun 2007 10:35:52 -0700
Delivered-to: listarchive at realsoftware dot com
Delivered-to: realbasic-nug at lists dot realsoftware dot com
References: <4683C493 dot 5040007 at blueyonder dot co dot uk> <ECDFE8D5-6E33-4D70-9F29-B2F39B6FCAC8 at great-white-software dot com> <4683DEF0 dot 6070809 at blueyonder dot co dot uk>
One thing I wanted to point out is that NetBIOS style connections, like 
shared folders, are usually more overhead intensive than straight TCP 
communication would be. Also, if you're on a good network, you can 
resolve by name rather than ip, making maintenance easier, rather than 
having to change the ip reference in your program if the host machine is 
replaced, get's a new NIC, or is otherwise messed with. It all depends 
on how you want to do it, and what fits your needs/environment.

Trisha Duke wrote:
> does it apply to both cases... same location and different location??? 
> what if i have images that need to go to the server machine?? can i use 
> ip address tooo?? so far what i have done is to put the images in a 
> folder on the server machine and have a path to in the rb program to 
> access those images.
>
> Norman Palardy wrote:
>   
>> On 28-Jun-07, at 8:24 AM, Trisha Duke wrote:
>>
>>   
>>     
>>> i have another client with a server but the machine with the rb  
>>> program
>>> is in the same location (office) just different machine need to access
>>> the database. How do i do for this kind??
>>>     
>>>       
>> I believe you just need to IP address of the server for the second  
>> machine to connect to it.
>> A static IP address for the machine running the REAL SQL Server is  
>> probably best
>> _______________________________________________
>>     
>   
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>


<Prev in Thread] Current Thread [Next in Thread>