₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,326,506 members, 8,426,868 topics. Date: Monday, 15 June 2026 at 04:38 AM

Toggle theme

Olutope200's Posts

Nairaland ForumOlutope200's ProfileOlutope200's Posts

1 2 3 (of 3 pages)

ProgrammingMultiple Thumbprint Detection by olutope200(op): 6:33am On Aug 08, 2011
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.
PoliticsRe: Vice Presidential Debate - What Do You Think As You Watch by olutope200: 2:07am On Mar 14, 2011
PhonesRe: Yesteryears Life Without Phones by olutope200: 11:14pm On Nov 23, 2010
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
FamilyRe: Black Parents, White Blond Baby Not Albino (picture) by olutope200: 6:04pm On Jul 20, 2010
Not New.
Tech JobsRe: Vb Programmers Wanted Urgently In A Leading Software Company In Lagos by olutope200: 12:57pm On Nov 24, 2009
Hi. Do you still need VB programmers?
ProgrammingRe: Help On Vb6 With Mysql And Mssql by olutope200: 5:28pm On Nov 20, 2009
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
ProgrammingRe: Networking,developer,dba? by olutope200: 3:51pm On Nov 17, 2009
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.
ProgrammingRe: Vb6 Compilation/software Building by olutope200: 3:48pm On Nov 17, 2009
use Visual Basic Installer. It will give u a standard installation file. Works very well.
ProgrammingRe: Networking Vb Applications by olutope200: 3:38pm On Nov 17, 2009
To avoid errors relating to multiple users, set your CursorType to AdOpenStatic and your Locktype to AdLockOptimistic.
ProgrammingRe: Networking Vb Applications by olutope200: 3:34pm On Nov 17, 2009
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
WebmastersRe: Beware Of Foreign Hosting by olutope200: 10:02pm On Oct 30, 2009
cool 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
WebmastersRe: Host Gator - Anyone Ever Tried It? by olutope200: 9:23pm On Oct 30, 2009
cool 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

1 2 3 (of 3 pages)