Click here to Skip to main content
15,886,199 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Converting Canvas Element to image Pin
Richard MacCutchan10-Mar-14 1:55
mveRichard MacCutchan10-Mar-14 1:55 
QuestionAsk | Visual Basic 6.0 | How to transfer datagridview values to a listview. Please help me. Pin
Member 106548088-Mar-14 17:54
Member 106548088-Mar-14 17:54 
AnswerRe: Ask | Visual Basic 6.0 | How to transfer datagridview values to a listview. Please help me. Pin
Richard MacCutchan8-Mar-14 22:26
mveRichard MacCutchan8-Mar-14 22:26 
AnswerRe: Ask | Visual Basic 6.0 | How to transfer datagridview values to a listview. Please help me. Pin
Eddy Vluggen9-Mar-14 2:22
professionalEddy Vluggen9-Mar-14 2:22 
Questionhow to register mobile no in http://email2sms.netcore.co.in/ Pin
Virendra Singh Bhanu8-Mar-14 1:42
Virendra Singh Bhanu8-Mar-14 1:42 
AnswerRe: how to register mobile no in http://email2sms.netcore.co.in/ Pin
OriginalGriff8-Mar-14 2:05
mveOriginalGriff8-Mar-14 2:05 
AnswerRe: how to register mobile no in http://email2sms.netcore.co.in/ Pin
sudipb3-Jan-17 19:44
sudipb3-Jan-17 19:44 
QuestionVBA - Connection to Sybase via JDBC/Java connection Pin
MyOwnBoss7-Mar-14 10:02
MyOwnBoss7-Mar-14 10:02 
I have downloaded open source jdbc from sourceforge and would like to figure out how to implement a connection string using the jtdms using Access as a frontend. Currently I am making my connection via Sybase 11 ODBC DSN and want to move out of that method. I am trying to adapt to the ODBC drivers from Sybase that are becoming incompatible with Win 7 forward. Customer has a licensed ASE 11.5.1 DBMS and not in position to invest in upgrade (grant funded).

Any help or suggestions would be greatly appreciated and willing to share the completed connection solution to help others.

I recently purchased RazorSQL DBMS program that connects on my W7 64 effortlessly and it uses the same drivers plus jConnect and others.

This is from the profiles file of good connections that I have tested and worked in using that program.

Thanks in advance.

VB
'URL
jdbc:jtds:sybase://192.168.10.11:5000/TST_MCG

database=Sybase (ASE)
user=boss1

autoCommit=Yes

type=Sybase (ASE)

type2=null
driver
Class=net.sourceforge.jtds.jdbc.Driver

classLocation=C:\Program Files (x86)\RazorSQL\drivers\jtds\jtds12.jar
connectUrl=jdbc:jtds:sybase://192.168.10.11:5000/TEST_MCG


profileName=ASE_Java_01

keepAliveQuery=select getdate()
serviceUrl=null

serviceType=null

serviceInterfaceClass=service
InterfaceMethod=connection
Type=JDBC
connectAs=host=192.168.10.11

port=5000

databaseName=TEST_MCG

fetchSize=100

isolationLevel=Read Uncommitted

savePassword=true
password=hidden

saveServicePassword=true

servicePassword=
autoConnect=false

useUnicode=false

maxRows=0

secure=true

sqlRestrictions=1003

connprops= ((Z~]

database=Sybase (ASE)

user=boss1

autoCommit=Yes

type=Sybase (ASE)

type2=null

driverClass=com.sybase.jdbc3.jdbc.SybDriver

classLocation=C:\Program Files (x86)\SQLprogram\drivers\sybase\jconn2.jar
connectUrl=jdbc:sybase:Tds:192.168.10.11:5000

QuestionRe: VBA - Connection to Sybase via JDBC/Java connection Pin
Richard MacCutchan7-Mar-14 22:40
mveRichard MacCutchan7-Mar-14 22:40 
QuestionIs it possible to pass a collection by reference from vb6 to vb.net? Pin
sashaw26-Mar-14 11:05
sashaw26-Mar-14 11:05 
QuestionRe: Is it possible to pass a collection by reference from vb6 to vb.net? Pin
Richard Deeming7-Mar-14 0:02
mveRichard Deeming7-Mar-14 0:02 
AnswerRe: Is it possible to pass a collection by reference from vb6 to vb.net? Pin
sashaw27-Mar-14 3:13
sashaw27-Mar-14 3:13 
GeneralRe: Is it possible to pass a collection by reference from vb6 to vb.net? Pin
Dave Kreskowiak7-Mar-14 4:00
mveDave Kreskowiak7-Mar-14 4:00 
GeneralRe: Is it possible to pass a collection by reference from vb6 to vb.net? Pin
sashaw27-Mar-14 6:58
sashaw27-Mar-14 6:58 
AnswerRe: Is it possible to pass a collection by reference from vb6 to vb.net? Pin
Eddy Vluggen7-Mar-14 0:30
professionalEddy Vluggen7-Mar-14 0:30 
QuestionPre-load libraries Pin
alejx6-Mar-14 7:11
alejx6-Mar-14 7:11 
AnswerRe: Pre-load libraries Pin
Dave Kreskowiak6-Mar-14 10:33
mveDave Kreskowiak6-Mar-14 10:33 
GeneralRe: Pre-load libraries Pin
alejx6-Mar-14 12:03
alejx6-Mar-14 12:03 
GeneralRe: Pre-load libraries Pin
Dave Kreskowiak6-Mar-14 17:11
mveDave Kreskowiak6-Mar-14 17:11 
GeneralRe: Pre-load libraries Pin
alejx7-Mar-14 6:43
alejx7-Mar-14 6:43 
GeneralRe: Pre-load libraries Pin
Dave Kreskowiak7-Mar-14 9:18
mveDave Kreskowiak7-Mar-14 9:18 
GeneralRe: Pre-load libraries Pin
alejx8-Mar-14 2:53
alejx8-Mar-14 2:53 
GeneralRe: Pre-load libraries Pin
Dave Kreskowiak8-Mar-14 3:21
mveDave Kreskowiak8-Mar-14 3:21 
GeneralRe: Pre-load libraries Pin
alejx8-Mar-14 4:27
alejx8-Mar-14 4:27 
GeneralRe: Pre-load libraries Pin
Dave Kreskowiak8-Mar-14 5:01
mveDave Kreskowiak8-Mar-14 5:01 

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.