Olutope200's Posts
Nairaland Forum › Olutope200's Profile › Olutope200's Posts
Hi everyone, I urgently need someone to develop an application for me (using VB 6) to detect multiple thumbprints. the program will do a 1-to-many comparism of thumbprints and return all its matches. It is urgent. Thanks. |
Those days when the NITEL call card would instantly deduct almost half the amount the moment your brother's line rings from abroad. NITEL guys would always ask if you brought a vehicle( You would need to drive them to your house to fix your landline - "No motor to carry ladder" ) LOL |
Not New. |
Hi. Do you still need VB programmers? |
Using ADODB dim cn as new adodb.connection dim rs as new adodb.recordset Sub ConnectToSQLDatabase() cn.connctionstring="Provider=SQLOLEDB.1;Password=mypassword;Persist Security Info=True;User ID=username;Initial Catalog=mydatabase;Data Source=MyServer" cn.open End Sub change mypassword to the SQL database password username to SQL database username myserver to SQL server instance name mydatabase to SQL database name Call me if u need further assistance - 08036774862 |
it all depends on you. All you need is the flare for it, be it networking, developing(programming) or any other. As per where to learn, any school or institution will teach you ONLY the basics. You need to learn the real stuffs on your own. |
use Visual Basic Installer. It will give u a standard installation file. Works very well. |
To avoid errors relating to multiple users, set your CursorType to AdOpenStatic and your Locktype to AdLockOptimistic. |
Running a visual basic application over a network is simple. Set your application path to the network directory. that's all. the following sample code connects d application to an SQL Server database on a server named MyServer Note: I use ADODB dim cn as new adodb.connection dim rs as new adodb.rescordset Sub ConnectToDatabase() cn.connctionstring="Provider=SQLOLEDB.1;Password=admin;Persist Security Info=True;User ID=sa;Initial Catalog=School;Data Source=MyServer" cn.open End Sub user id is the sql server serverusername catalog is the database name data source is the Server name For MS Access, simply place the database and your executable file(compiled application) in your desired location and run it from anywhere. Sub ConnectToDatabase() cn.connctionstring="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & App.Path & "\school;Persist Security Info=False" cn.open End Sub Note: the App.Path in the connection string will get the location of the database/file OLEDB.4.0 for MS Access 2000 or higher OLEDB.3.5 for earlier version You can call me if you still have any question - 08036774862 |
Well. I use a foreign web hosting company based in US. for a year now. they're very reliable. with 1 main account, you can host multiple websites. http://www.HostMonster.Com/track/olutope |
I use hostmonster. Been using it for a year now. Based in US. accepts mastercard from Nigeria. I'll suggest GTB mastercard. 1 main account to host up to 1000 sub accounts(websites) dat is u can help others host websites for pple using you main account. very reliable and cheap. check http://www.HostMonster.Com/track/olutope for details |
Well. I use a foreign web hosting company based in US. for a year now. they're very reliable.