Ben Dundee

- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Created Change color scheme
This may be me being dumb, but I was playing around with the color schemes on PyCharm 3 and I've been left with some bastardization of "Default" and "Twilight", let's call it "Twi-fault". The code ... -
Created jTDS connectivity to SQL Server: Unsupported major.minor version 51.0
I'm trying to connect to a database (SQL Server 2008) via the jTDS driver. (Running MacOSX 10.8.3.) PyCharm downloads automatically version 1.3. Connecting to the DB fails because:Connection to Exc... -
Created jTDS/JDBC connectivity with SQL Server 2008 R2
I've been test driving PyCharm, and I'd like to set up connections to our databases (SQL Server 2008 R2). I selected the correct JDBC driver (jdbc v4 from Microsoft). I'm pretty sure the connection...