Showing posts with label language. Show all posts
Showing posts with label language. Show all posts

Friday, February 24, 2012

in which language the SQL is implemented?

i need to know in which language the standard SQL is implemented.. and that from where can i get the code.. i need the code for the "logical operators" of SQL.

Plz help..

i have to implement few operators in the standard SQL as my project.. any suggestions regarding that will be highly appriciated..|||

Pardon?

I really don't understand the question and I don't understand its relevance to SQL Server Integration Services.

-Jamie

|||as far as the relevace is concerned to the SQL Server integration Services, there isn't any.. i m just lookin for help wherever i find it.. my project is to implement a few Operators in the original SQL implementation.. just like the "logical operators" found in sql.. for that i need to know how the operators are implemented in SQL.. got it?|||

No, not really I'm afraid.

What do you mean by "original SQL implementation"? Do you mean ANSI SQL? If so, go and check out their website: http://webstore.ansi.org/ansidocstore/default.asp

If you want to know something about SQL then you should try the appropriate forum. This isn't it.

-Jamie

in which language the SQL is implemented?

i need to know in which language the standard SQL is implemented.. and that from where can i get the code.. i need the code for the "logical operators" of SQL.

Plz help..

i have to implement few operators in the standard SQL as my project.. any suggestions regarding that will be highly appriciated..|||

Pardon?

I really don't understand the question and I don't understand its relevance to SQL Server Integration Services.

-Jamie

|||as far as the relevace is concerned to the SQL Server integration Services, there isn't any.. i m just lookin for help wherever i find it.. my project is to implement a few Operators in the original SQL implementation.. just like the "logical operators" found in sql.. for that i need to know how the operators are implemented in SQL.. got it?|||

No, not really I'm afraid.

What do you mean by "original SQL implementation"? Do you mean ANSI SQL? If so, go and check out their website: http://webstore.ansi.org/ansidocstore/default.asp

If you want to know something about SQL then you should try the appropriate forum. This isn't it.

-Jamie

In which language is JDBC Driver written

Hello,

in which language is the microsoft sql jdbc driver written?

Ralph:

All type-4 drivers (like our Microsoft SQL Server 2000 Driver for JDBC and our future SQL Server 2005 drive) must be implemented in pure Java, per JDBC spec.

That said, most JDBC drivers that access SQL server have some helper DLLs that are native Win32 code, esp a DLL to help manage XA/MSDTC on the server.

-shelby

|||Thank you shelby.
That sounds interresting:)|||

I have noticed that you are supplying x32 and x64 dll's for xa for the JDBC driver. When are you planning on supplying XA dll's for IA64 (Itanium)?

-North

|||

Please note that the x64 dll is for 64 bit Java VMs. These should work with AMD x64 and the new Intel x64 architecture.

Do you have specific Itanium requirements? if so can you point me to the 64 bit JVM that you are using?

Thanks

Angel

|||

Angel,

>>if so can you point me to the 64 bit JVM that you are using

I recommend BEA's JRocket 1.4.2 and 5.0 when running either W2K3 EE or Datacenter on Itanium:

http://www.bea.com/framework.jsp?CNT=index.htm&FP=/content/products/jrockit/

>>Do you have specific Itanium requirements?

DTC compatibility first, Integrated security would be a nice extra.

Your attention to this is appreciated,

North

In which language is JDBC Driver written

Hello,

in which language is the microsoft sql jdbc driver written?

Ralph:

All type-4 drivers (like our Microsoft SQL Server 2000 Driver for JDBC and our future SQL Server 2005 drive) must be implemented in pure Java, per JDBC spec.

That said, most JDBC drivers that access SQL server have some helper DLLs that are native Win32 code, esp a DLL to help manage XA/MSDTC on the server.

-shelby

|||Thank you shelby.
That sounds interresting:)|||

I have noticed that you are supplying x32 and x64 dll's for xa for the JDBC driver. When are you planning on supplying XA dll's for IA64 (Itanium)?

-North

|||

Please note that the x64 dll is for 64 bit Java VMs. These should work with AMD x64 and the new Intel x64 architecture.

Do you have specific Itanium requirements? if so can you point me to the 64 bit JVM that you are using?

Thanks

Angel

|||

Angel,

>>if so can you point me to the 64 bit JVM that you are using

I recommend BEA's JRocket 1.4.2 and 5.0 when running either W2K3 EE or Datacenter on Itanium:

http://www.bea.com/framework.jsp?CNT=index.htm&FP=/content/products/jrockit/

>>Do you have specific Itanium requirements?

DTC compatibility first, Integrated security would be a nice extra.

Your attention to this is appreciated,

North