User Profile
Collapse
-
VB 6.0 vs. VB 2005
VB 2005 has the inconvenience that is not present in VB 6. We are upgrading our system from VB 6 to VB 2005, and I have a problem during the debugging process because once the form is loaded, it's there blocking your view where the thing that matters to you is the code. This inconvenience is not n VB 6 where in VB 6 you have a choice of view the form or not.... -
database connection problem
I am trying to connect to a database, but the Con.ConnectionS tring is empty....Does anyone know where to assign a value of Con.ConnectionS tring?
Here's my code below....
'============== =============== =============== ==========
Public Class ClassTool
Dim DB As New ClassHelper
Public Sub New(ByVal Factory As Integer, ByVal sConn As String)
DB.ConnectionSt ring = sConn
... -
String$
yo, does anybody know the VB .Net equivalent of VB 6.0 function "String$()" ? -
main_connection .Open "Provider=SQLOL EDB.1;User ID=user_id;Pers ist Security Info=False;Pass word=user_passw ord;Intial Catalog=table_n ame;Data Source=server_n ame"
Set main_catalog= New ADOx.Catalog
main_catalog.Ac tiveConnection= main_connection
-----------------------------
And, check if your SQL SERVER is running....... -
If you are talking about embedding it in a SQL statement, that's quite simple...There' s no problem either if it's a pure Visual Basic code, you can a variable of type string then concatenate it with code...Of course don't forget the syntaxes of VB......Leave a comment:
No activity results to display
Show More
Leave a comment: