Click here to Skip to main content
15,913,773 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: visual c++ and vt100 Pin
Joaquín M López Muñoz21-Nov-02 9:54
Joaquín M López Muñoz21-Nov-02 9:54 
GeneralRe: visual c++ and vt100 Pin
James R. Twine21-Nov-02 17:41
James R. Twine21-Nov-02 17:41 
GeneralRe: visual c++ and vt100 Pin
carmudav22-Nov-02 4:16
carmudav22-Nov-02 4:16 
GeneralRe: visual c++ and vt100 Pin
Maximilien22-Nov-02 4:22
Maximilien22-Nov-02 4:22 
GeneralManually create a wave file Pin
Hamza21-Nov-02 7:34
Hamza21-Nov-02 7:34 
GeneralExposing a 3rd Party ActiveX control to VBA Pin
Zac Howland21-Nov-02 6:46
Zac Howland21-Nov-02 6:46 
GeneralOpinion: Remote SQL Server Pin
clintsinger21-Nov-02 6:46
clintsinger21-Nov-02 6:46 
GeneralRe: Opinion: Remote SQL Server Pin
James R. Twine21-Nov-02 17:53
James R. Twine21-Nov-02 17:53 
1) Security - Does the data come in a raw format with the schema and everything?

   I never looked at it using a sniffer, so I do not know for sure, but I would quess that the only schema-specific information passed across is what you asked for.  For example, if you did a query for SELECT ColA, ColB FROM SomeTable, I would not expect to have information about the entire schema passed across the wire, just information on the two requested columns (type, length, precision, etc).

2) Performance - What kind of overhead does the transfer make?

   The only time I notice a real difference is speed is when my connection to the remote server is going slower than normal.  For example, if you are located on the same network as the server, with little traffic on the wire, your performance is going to be pretty good.  I would wager that the overhead is less than you would have using DCOM...

3) Usability - Is it really as easy as connecting to SQL server on a local machine?

   It always has been for me.  You should be able to connect to a remove machine name or even an IP Address just as easily as typing in the name of your local machine.

4) Anything else I should know

   Many other database-based applications are done in two or more separate physical tiers, so what you are trying to do is pretty "normal".

   Peace!

-=- James (Sonork:100.21837)
[Tip for SUV winter driving survival: "Professional Driver on Closed Course" does not mean "your Dumb Ass on a Public Road"!]
[Get Check Favorites 1.5 Now!]

QuestionWhere does MSVS 6 store its settings? Pin
User 665821-Nov-02 6:29
User 665821-Nov-02 6:29 
AnswerRe: Where does MSVS 6 store its settings? Pin
Fazlul Kabir21-Nov-02 6:43
Fazlul Kabir21-Nov-02 6:43 
GeneralThanks! Pin
User 665821-Nov-02 6:49
User 665821-Nov-02 6:49 
AnswerRe: Where does MSVS 6 store its settings? Pin
Pavel Klocek21-Nov-02 6:48
Pavel Klocek21-Nov-02 6:48 
QuestionTaskbar or not taskbar... MoveWindow and SetwindowPos behaviour changes? Pin
Joan M21-Nov-02 6:06
professionalJoan M21-Nov-02 6:06 
AnswerRe: Taskbar or not taskbar... MoveWindow and SetwindowPos behaviour changes? Pin
Paul M Watt21-Nov-02 8:19
mentorPaul M Watt21-Nov-02 8:19 
GeneralRe: Taskbar or not taskbar... MoveWindow and SetwindowPos behaviour changes? Pin
Joan M21-Nov-02 8:31
professionalJoan M21-Nov-02 8:31 
GeneralRe: Taskbar or not taskbar... MoveWindow and SetwindowPos behaviour changes? Pin
Joan M21-Nov-02 19:48
professionalJoan M21-Nov-02 19:48 
GeneralRe: Taskbar or not taskbar... MoveWindow and SetwindowPos behaviour changes? Pin
Joan M21-Nov-02 20:45
professionalJoan M21-Nov-02 20:45 
GeneralMake a CView always on top in an MDI application Pin
Patric_J21-Nov-02 6:03
Patric_J21-Nov-02 6:03 
GeneralRe: Make a CView always on top in an MDI application Pin
valikac21-Nov-02 7:31
valikac21-Nov-02 7:31 
QuestionHow can I make a simple visual c++ program compatiable with Linux? Pin
DanYELL21-Nov-02 5:56
DanYELL21-Nov-02 5:56 
AnswerRe: How can I make a simple visual c++ program compatiable with Linux? Pin
Pavel Klocek21-Nov-02 6:43
Pavel Klocek21-Nov-02 6:43 
AnswerRe: How can I make a simple visual c++ program compatiable with Linux? Pin
Atlantys21-Nov-02 7:11
Atlantys21-Nov-02 7:11 
GeneralActiveX control used by EventViewer Pin
draman21-Nov-02 4:57
draman21-Nov-02 4:57 
QuestionIs MASM part of VC++? Pin
Ravi Bhavnani21-Nov-02 4:50
professionalRavi Bhavnani21-Nov-02 4:50 
AnswerRe: Is MASM part of VC++? Pin
Joao Vaz21-Nov-02 5:27
Joao Vaz21-Nov-02 5:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.