Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

ODBC...

Name: Anonymous 2008-08-28 19:24

...the only thing MS got right.

agree or disagree?

Name: Anonymous 2008-08-28 20:01

In before the Java guy comes in and spams JDBC.

Name: Anonymous 2008-08-28 20:19

>>1
Half agree

Name: Anonymous 2008-08-28 21:34

>>3
Seconded; the concept is of course solid but that doesn't mean their implementation is.

Name: Anonymous 2008-08-28 22:05

>>4
Most of the providers I've used are shit in one way or another (I'm looking at MySQL and Jet DB in particular note: I probably had an old version of the mysql ODBC drivers, but I don't expect much to have changed), but I never had any problems with the concept itself.

Name: Anonymous 2008-08-28 22:34

Personally, I like Pythons DB API v21.

                           
References: [1] http://www.python.org/dev/peps/pep-0249/

Name: Anonymous 2008-08-28 23:59

>>1
We'll need some examples of alternative (non-MS) solutions that are shit, to prove that the concept isn't obvious, and the implementation isn't trivial.

Name: Anonymous 2008-08-29 2:42

How do you pronounce ``ODBC''?

1. Oh-Dee-Bee-See (faggot)
2. Odd-buck
3. Od-i-beck
4. Oudder

Name: Anonymous 2008-08-30 12:29

Imports Microsoft.Data.Odbc
Module Module1
Sub Main()
Dim conn As OdbcConnection
Dim comm As OdbcCommand
Dim dr As OdbcDataReader
Dim connectionString As String
Dim sql As String
connectionString = "DSN=PracticalLotusScriptTest;UID=Chester;Pwd=Tester;"
sql = "SELECT CustomerID, ContactName, ContactTitle FROM Customers"
conn = New OdbcConnection(connectionString)
conn.Open()
comm = New OdbcCommand(sql, conn)
dr = comm.ExecuteReader()
While (dr.Read())
Console.WriteLine(dr.GetValue(0).ToString())
Console.WriteLine(dr.GetValue(1).ToString())
Console.WriteLine(dr.GetValue(2).ToString())
End While
conn.Close()
dr.Close()
comm.Dispose()
conn.Dispose()
End Sub
End Module


Ho, hum.

Name: Anonymous 2008-08-30 12:39

I think not, the Sussman got it right.

Name: Anonymous 2008-08-30 13:12

Personally I kinda like XP MCE

Name: Anonymous 2008-08-30 13:13

>>8
5. Codpiece

Name: Anonymous 2008-08-30 17:14

ODB Dirty Bastard

Name: Anonymous 2009-03-06 12:43


Sussman walked into the design of instruction   issue slots Your   hundreds of millions   and millions of   datapoints then it   began sucking hard?

Name: Anonymous 2010-12-17 1:30

Are you GAY?
Are you a NIGGER?
Are you a GAY NIGGER?

If you answered "Yes" to all of the above questions, then GNAA (GAY NIGGER ASSOCIATION OF AMERICA) might be exactly what you've been looking for!

Name: Anonymous 2011-02-02 23:32

Don't change these.
Name: Email:
Entire Thread Thread List