Hi,
1)I doubt it is possible for people with other network to connect to project server.
2)What do you mean by "connecting with active directory" ?
3)It is possible to only allow manger/member to view their own projects by setting the permission.
4)I think that all the projects are...
Hi,
Woo i don't think i use before or maybe i use without knowing that it is a database wizard. Can anyone tell me how to start this wizard ?
Thank you :-D
Hi,
What you mean by database wizard ?
However, if you need to connect to a database, for a start i would recommend the easier way that is to use ADO.
Hope this helps :-D
Hi,
My understanding is that you developed a program with VB6.0 and SQL 7.0 with win98 and you try to open this program on 3 clients which only 1 works.
If there is no modification of any codes, this might be the cause. The win98 client is using VB6.0 with add-ons like SP1, etc, while the...
Hi,
I am not sure about how to do it, but it would be impractical to do it.
Imagine your program hangs while executing and you cannot press ctlr+alt+del. If you find any solutions, we can evaluate it together
Good luck :-D
Hi,
I am not too sure about what you are asking.
However, sometimes you may face problems when using ado.
You may be adding a record, but before your adding finishes, you try to search for a record. This action may bring about an error. In order to solve this, using the cancelupdate function...
Hi,
You have misued the recordcount function.
The recordcount function means that you have found a particular record. It is normally use as:
if ado.rs.rc <> 0 then (means that a record is found)
blah blah blah
end if
Refer to the following site for details...
Hi,
In such a situation, i would recommend installing VB SP 1 if there is error message.
If you did not receive any error message, reinstall your VB then try out again
Hi,
your SQL should look something like this:
"select * from users where fldUsername = '"&textbox.text&"'"
use the recordcount to check if record exist
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.