Hi John, thanks for you input. I did try that, but the c# class isn't a dll, I have added it as a class module in my vb app. I can see and edit the c# class in the .net solution explorer, and it's got the c# icon next to it, just like how my vb modules have the vb icon next to them. Also...
hello,
I have imported a c# object into my vb.net probject, but I can't find a way to call the c# class.
I can call another vb module just fine however. There must be something significant I'm missing. I tried:
Imports classname, and
imports namespace.classname, and
calling the class...
hi all,
just wondering, is there a way to run sql statements as a single shell command?
What I mean is that I don't want to have to log in the mysql.exe util. For example, I can log into mysql and run a sql statement like this:
mysql -u root -p
...
mysql> use MyDBName
mysql> insert into...
hello all ye in Mysql land!
I have a simple question which I think I know the answer to, but I'd like some verification, if you would be so kind..
Is there a way in mysql to see how many active connections to the db there is? Not the max connections available, just how many are currently...
Hello everyone,
I'm a sql server DBA and I'm new to MySQL. I'm using version 4.0 (with no stored procs).
What I would like to know is how queries with parameters are performed, ie:
SELECT *
FROM table
WHERE field1 = 'some value'
The impression I'm getting is that MySQL 4.0 must have...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.