Re: VB.NET vs CFMX tick count distribution?
From: Samuel R. Neff (blinex_at_newsgroup.nospam)
Date: 01/01/05
- Next message: Samuel R. Neff: "Re: VB.NET vs CFMX tick count distribution?"
- Previous message: Cor Ligthert: "Re: TextChanged Asp.net question"
- In reply to: Brett: "Re: VB.NET vs CFMX tick count distribution?"
- Next in thread: Brett: "Re: VB.NET vs CFMX tick count distribution?"
- Reply: Brett: "Re: VB.NET vs CFMX tick count distribution?"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 01 Jan 2005 13:23:26 -0500
CFMX doesn't support OLEDB, it supports JDBC and ODBC via the JDBC
bridge. However, it also supports MSSQL via a native JDBC driver
(pure Java, no intermediary code).
Similarly, .NET supports MSSQL through a native driver without using
either ODBC or OLEDB. You should use the native mssql driver and not
odbc with .NET.
HTH,
Sam
On Sat, 1 Jan 2005 11:28:32 -0500, "Brett" <no@spam.net> wrote:
>>Whenever you use non-native technologies you're going to see some incrased
>> variability and decreased performance
>
>I can understand decreased performance in the above scenario but why
>variability? Say I have a COM object fully written in VB.NET. I make the
>call from VB.NET to the object, are you saying there will be no variability?
>Why?
>
>Thanks. The code I posted downloads messages, loops through each message
>and inserts it into an SQL Server via stored procedures. VB.NET can
>establish a native ODBC interface through the .sqlclient driver but CF must
>use OLEDB or the generic SQL driver. In the case, should VB.NET always have
>the performance advantage for the same code?
>
>CF will never be as optimized to run on a Windows server and interface with
>SQL Server as VB.NET will. For this one reason, CF will lag in performance
>compared to VB.NET. I will try the CFMX code with cfpop post my results.
>
>Brett
>
- Next message: Samuel R. Neff: "Re: VB.NET vs CFMX tick count distribution?"
- Previous message: Cor Ligthert: "Re: TextChanged Asp.net question"
- In reply to: Brett: "Re: VB.NET vs CFMX tick count distribution?"
- Next in thread: Brett: "Re: VB.NET vs CFMX tick count distribution?"
- Reply: Brett: "Re: VB.NET vs CFMX tick count distribution?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|