Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,152,755 members, 7,817,088 topics. Date: Saturday, 04 May 2024 at 04:23 AM

BigStar1's Posts

Nairaland Forum / BigStar1's Profile / BigStar1's Posts

(1) (2) (3) (4) (5) (6) (7) (8) (9) (10) (11) (12) (13) (14) (of 14 pages)

Programming / Re: Do U Know Sql Server ? by BigStar1(m): 4:55pm On Aug 03, 2009
By default the management studio should have been installed along with the full package.
Except if your system does not fully satisfied the requirement. Of which the major one that can cause this kind of problem is the deactivation of IIS. To solve this issue, goto your control panel and put things in place. The steps depend on the kind of window you are using i would have stated the steps.
NB If you are using window vista home premium like my own, it's a pity that it doesn't support the required iis feature, as sql server management studio can not work on it. but you can still have your database running which you can access from other packages like the gurus have said ealier.
That's my findings, but if anybody know how to overcome the problem of vista home premium and sql server management studio, pls let's know
Programming / Re: Vb. Net Alert by BigStar1(m): 10:09am On Jul 30, 2009
Imports System.Data.OleDb

Module Module1

   Sub Main()
       Dim conString As String
       conString = "your connection string"
       Dim oleCon As OleDbConnection
       oleCon = New OleDbConnection(conString)
       oleCon.Open()
       If ConnectionState.Open = oleCon.State Then
           Console.WriteLine("Connected!"wink
       End If
       Console.ReadLine()
   End Sub

End Module

to get your connection string
open notepad,
save the empty notepad with filename.udl
go to where you saved it double click to open it,
click on the provider tab
Select Microsoft jet 4.0 oleDB provider as your provider
click next
click the browse button to select your database
test you connection by clicking test connection
click OK if the connection succeed. If not that should error on your side

go to where you save your thingy ( i mean the filename.udl)
right click to open with notepad
your connection string is there and you are good to go.


[b]NOTE[/b]The code was writing as console application.
You can also test it there and try to use it on pages.

Call for more 08060678106, 08052451877

Programming / Re: Collection Of Nigerian Programming Gurus by BigStar1(m): 11:32am On Jul 29, 2009
@dhtml
u're too much
Computers / Re: Post Your Computer (PC) Troubles Here. by BigStar1(m): 11:04am On Jul 29, 2009
@poster
what do you know about compaq wireless connection that disappeared
I use broadcom wireless driver

5 Likes 3 Shares

Programming / Re: Vb6.0 Code by BigStar1(m): 9:45am On Jul 29, 2009
@Georgem.
You should at least let's know if this solve your problem
Programming / Re: Collection Of Nigerian Programming Gurus by BigStar1(m): 3:34pm On Jul 28, 2009
Actually, my name is SALAMI QUADRI OLUSOLA.

With the mercy of God upon me, I've been able to acquire the following skills

 Web application development with .Net frame work
 Software application development with VB.net
 Websites design with dream weaver 8 and MX.
 Good working knowledge of Macromedia studios; Dream weaver 8, MX, Flash and Fireworks
 Database development using SQL (Structured Query Language)
 Window based application development with VB 6.0
 Excellent knowledge and awareness of Microsoft office suite (Ms-word, Ms- excel, ms power point, ms access etc)
 Programming with C#.net (web application)
 Window application with .net framework
 PHP, MySQL.
 JAVA

08060678106, 08052451877.
bigstar4sure@yahoo.com
Programming / Re: Vb 6 by BigStar1(m): 3:06pm On Jul 21, 2009
Chairman, i can see the help you rendered on searching the data base. That means you are averagely done

DIM TOTALSCORE as INTEGER
REM Assuming the column SCORE had been declare to take interger
TOTALSCORE = 0
WHILE rs.moveNext()
TOTALSCORE = TOTALSUM + !SCORE
WEND
It been long i coded in vb6.0. The code might not be error free. because i always face the problem of using on programming language style in another untill when the compiler rejects it. Thanks
Programming / Re: Vb6.0 Code by BigStar1(m): 2:47pm On Jul 21, 2009
Good!
Software/Programmer Market / Re: Php Developer/programmer Is Needed by BigStar1(m): 12:40pm On Jul 17, 2009
i can spare u one month(leave period)
Programming / Re: I Need A Project Topic by BigStar1(m): 12:28pm On Jul 17, 2009
For complete writeup + software call Big Star 08052451877, 08060678106. bigstar4sure@yahoo.com
Computers / Re: My Wireless Connection Disappeared by BigStar1(m): 12:22pm On Jul 17, 2009
Are u telling me that nobody had ever experienced this kind of problem before?
Education / Re: ALL MATHEMATICS STUDENT SOLVE THIS EQUATION FIND THE VALUE OF X by BigStar1(m): 3:27pm On Jul 15, 2009
what's the shit? X= -2 or x=1.
Computers / My Wireless Connection Disappeared by BigStar1(m): 1:10pm On Jul 15, 2009
Hi, I discovered recently that my wireless connection is missing.
I can't say what happened to it i got know this when i wanted to connect using my wireless connection.
When the wireless s active the colour will be blue and orange when it's not active. But it's always orange now.
I'm using Compaq (Broadcom wilreles connection)
Thanks
Computers / Re: Blue Screen Interface On Laptop by BigStar1(m): 12:58pm On Jul 15, 2009
On my own case, i believe it's just internal memory error, because i've seen that kind of things on my laptop as well, i just restarted. And nothing do me since then.
Jobs/Vacancies / Re: Are You A Qualified Network Administrator? by BigStar1(m): 4:34pm On Jul 13, 2009
Thanks bross being able to administer a Network is just a privillege. Programming na my hobby
Jobs/Vacancies / Re: Are You A Qualified Network Administrator? by BigStar1(m): 4:39pm On Jul 10, 2009
do you mean qualified or certified?
if it's qualified, then u found me
08060678106, 08052451877
Programming / Re: Calling On All Programmers A Brother Needs Advice by BigStar1(m): 4:26pm On Jul 10, 2009
blacksta:

Big lie
tell me how?
imagine what others that know what i'm saying say about it.

@poster I startes my own with QBASIC now i know where i am.
Benefit of starting with QBASIC:
To me i discover it makes me very vast in code since it's just command and command alone.
But i discovered that many ppl arround me that wants to start learning programming with oop spend most of the time on design. As such, they are not as good in coding as expected.
best of luck.
you can call me for advice 08060678106. 08052451877
Programming / Re: Code To Upload Image by BigStar1(m): 4:15pm On Jul 10, 2009
thanks bross
Programming / Re: Calling On All Programmers A Brother Needs Advice by BigStar1(m): 4:26pm On Jul 07, 2009
for a newbie java is not a starting point.
Career / Re: Should I Quit My Programming Job? (Can't Cope) by BigStar1(m): 3:30pm On Jul 07, 2009
@poster
I don't think the best option is for u to quit.
1. If u quit where do u want to start?
2. You need to be trainable.
3. though u may consider networking simpler (which is true) but u should always ready for challange
I.T is dynamic i nature. Moreso, networking also involves some kinds of programming called network programming(if i actually guess right)
In short, i will advice u to stick to tha job and start liasing with other programmers(If you have something u considered difficult for u to solved, they can help u solve it but u should always be ready to learn it ursef.
"Stick to one thing untill u get there" Abraham Lincon
Programming / Re: Sharepoint Technology - What Do You Think/know by BigStar1(m): 9:42am On Jul 02, 2009
I have a practical idea. That is what we use to share document, ideas etc in our office
Programming / Re: Open Vpn {proxy Settings} Enjoy>>>>>>>>>>>>> by BigStar1(m): 10:41am On Jun 26, 2009
Ase
Jokes Etc / Re: The Types Of Women I've Dated Since I Started Programming! by BigStar1(m): 3:10pm On Jun 23, 2009
you try
Certification And Training Adverts / Re: Csharp Training Online by BigStar1(m): 2:33pm On Jun 23, 2009
sure, lots of talented tutors are online
Programming / Re: Project Topics by BigStar1(m): 10:25am On Jun 17, 2009
You can call me on 06060678106, 08052451877, 08082079963
cheers!
Education / Delay In Issuance Of Result by BigStar1(m): 4:53pm On Jun 16, 2009
Is there anybody like me that finished in a particular school like Fedpoffa since 2006 that has not been given the result not to talk of transcript that could be used to process DE.

Or do you advice a distinction student to go HND?

i have no issue with the school.
Education / Re: Non Payment Of Students Industrial Work Experience Scheme (siwes) 2007/ 2008 by BigStar1(m): 4:41pm On Jun 16, 2009
pls forward this to the appropriate ministry
Programming / Re: Do You Have Solution To This Problem? by BigStar1(m): 4:33pm On Jun 16, 2009
it is a sorry case
Programming / Re: Basic Programming by BigStar1(m): 4:30pm On Jun 16, 2009
don't mind me. I guess he's a newbie who does't know where o start.

every lecture starts with orientation.

cheers!
Programming / Re: Basic Programming by BigStar1(m): 4:45pm On Jun 15, 2009
@poster.
So how would you defend the roject that u don't know how it's been built.
I guess you needa tutor.
u an check my proile anyway.
Programming / Re: Aspiring Video Game Programmers Lounge. by BigStar1(m): 3:37pm On Jun 05, 2009
interesting

1 Like

Programming / Re: Submitting A Form And Passing Form Values To Another Page In Asp.net. by BigStar1(m): 3:24pm On Jun 05, 2009
you will pass it through constructor . this is done by creating a new constructor ofthe sending form

(1) (2) (3) (4) (5) (6) (7) (8) (9) (10) (11) (12) (13) (14) (of 14 pages)

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 24
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.