Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,167,350 members, 7,868,023 topics. Date: Saturday, 22 June 2024 at 09:11 AM

Abdul24's Posts

Nairaland Forum / Abdul24's Profile / Abdul24's Posts

(1) (2) (of 2 pages)

Jobs/Vacancies / Re: WHYTE CLEON Aptitude Test And Interview by abdul24(m): 8:41am On Sep 16, 2015
[quote author=stlaibrowne post=38044209]

I received the message for Whyte cleon job too

1 Like 3 Shares

Programming / Please Help Is Needed On How To Insert Two Or More Record Under A Single Field by abdul24(m): 7:29pm On Apr 08, 2015
i try to insert 10 record under the field year and actual data but only the first text from text1 is entering inside
provider = "Provider=Microsoft.ACE.OLEDB.12.0;Data Source ="
dataFile = "db7exmpl.accdb"
connString = provider & dataFile
myConnection.ConnectionString = connString
myConnection.Open()
Dim str As String
'str = " INSERT INTO tb (Years) VALUES('" & TextBox1.Text & "," & TextBox3.Text & "," & TextBox5.Text & "');"
str = "insert into tb ([Years], [Actual_data]) values (?, ?)"
Dim cmd As OleDbCommand = New OleDbCommand(str, myConnection)

cmd.Parameters.Add(New OleDbParameter("Years", CType(TextBox1.Text, String)))
cmd.Parameters.Add(New OleDbParameter("Years", CType(TextBox3.Text, String)))
cmd.Parameters.Add(New OleDbParameter("Years", CType(TextBox5.Text, String)))
cmd.Parameters.Add(New OleDbParameter("Years", CType(TextBox7.Text, String)))
cmd.Parameters.Add(New OleDbParameter("Years", CType(TextBox9.Text, String)))
cmd.Parameters.Add(New OleDbParameter("Years", CType(TextBox11.Text, String)))
cmd.Parameters.Add(New OleDbParameter("Years", CType(TextBox13.Text, String)))
cmd.Parameters.Add(New OleDbParameter("Years", CType(TextBox15.Text, String)))
cmd.Parameters.Add(New OleDbParameter("Years", CType(TextBox17.Text, String)))
cmd.Parameters.Add(New OleDbParameter("Years", CType(TextBox19.Text, String)))

cmd.Parameters.Add(New OleDbParameter("Actual_data", CType(TextBox2.Text, String)))
cmd.Parameters.Add(New OleDbParameter("Actual_data", CType(TextBox4.Text, String)))
cmd.Parameters.Add(New OleDbParameter("Actual_data", CType(TextBox6.Text, String)))
cmd.Parameters.Add(New OleDbParameter("Actual_data", CType(TextBox8.Text, String)))
cmd.Parameters.Add(New OleDbParameter("Actual_data", CType(TextBox10.Text, String)))
cmd.Parameters.Add(New OleDbParameter("Actual_data", CType(TextBox12.Text, String)))
cmd.Parameters.Add(New OleDbParameter("Actual_data", CType(TextBox14.Text, String)))
cmd.Parameters.Add(New OleDbParameter("Actual_data", CType(TextBox16.Text, String)))
cmd.Parameters.Add(New OleDbParameter("Actual_data", CType(TextBox18.Text, String)))
cmd.Parameters.Add(New OleDbParameter("Actual_data", CType(TextBox20.Text, String)))
Try
cmd.ExecuteNonQuery()
'myConnection.Close()
Catch ex As Exception
MsgBox(ex.Message)

End Try
Programming / Vb.net Vb10 How Check If A Textbox Has Value by abdul24(m): 10:09pm On Apr 06, 2015
Pls i nid, help am writing a program in vb10,i wnt to test if a textbox has data in it or not,am using
if textbox2.focus =true then
textbox3.enable = true
textbox4.enable = true
end if
if textbox4.focus = true then
textbox5.enable= true
textbox6.enable=true
end if
bt it is nt working correct
Science/Technology / Urgent!!!! Please Serious Help Is Needed On How To Forecast Using ARIMA MODEL. by abdul24(m): 2:45am On Feb 13, 2015
please i need a simple explanation on how to forecast using arima model
Science/Technology / Re: Urgent!!!! Please Serious Help Is Needed On How To Forecast Using Time Series. by abdul24(m): 2:39am On Feb 13, 2015
tanx alot i rilly apreciate but i nid your help on arima model
Science/Technology / Urgent!!!! Please Serious Help Is Needed On How To Forecast Using Time Series. by abdul24(m): 2:38pm On Feb 04, 2015
please i want to forecast foreign exchange between nigerian and US using time series,i don't understand how to go about,e.g if i have series of data like this
Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
1949 112 118 132 129 121 135 148 148 136 119 104 118
1950 115 126 141 135 125 149 170 170 158 133 114 140
1951 145 150 178 163 172 178 199 199 184 162 146 166
1952 171 180 193 181 183 218 230 242 209 191 172 194
1953 196 196 236 235 229 243 264 272 237 211 180 201
1954 204 188 235 227 234 264 302 293 259 229 203 229
1955 242 233 267 269 270 315 364 347 312 274 237 278
1956 284 277 317 313 318 374 413 405 355 306 271 306
1957 315 301 356 348 355 422 465 467 404 347 305 336
1958 340 318 362 348 363 435 491 505 404 359 310 337
1959 360 342 406 396 420 472 548 559 463 407 362 405
1960 417 391 419 461 472 535 622 606 508 461 390 432

how do i forecast for the next 10 years for each month


please i need to understand the formula to use an how to use it.
please any urgent help will be welcome,reply or email abdullahi.abdulazeez
Phones / Re: Nigerian Twitter Users (Tweeps) Thread - Let's Follow Each Other by abdul24(m): 10:25am On Jan 01, 2014
abdullahi.abdulazeez@yahoo.com

Dating And Meet-up Zone / Re: Bbm Pin Exchange by abdul24(m): 8:46pm On Jul 18, 2013
Abdul24
Programming / Re: 2008 Visual.net C++ Palindrome Program by abdul24(m): 2:14am On Feb 12, 2013
I nid d whole program
Programming / Re: 2008 Visual.net C++ Palindrome Program by abdul24(m): 10:30am On Feb 10, 2013
Plssss i nid som1 to help me write a program to check palindrome.....using 2008 visual.net console c++
Programming / 2008 Visual.net C++ Palindrome Program by abdul24(m): 8:20pm On Feb 09, 2013
Please i need help on how to write a program that chech if a word is a palindrome or not using visual.net c++ 2008 console.....plsss i nid help in d next 24hrs
Programming / Program To Check Palindrome In 2008 Visual.net C++ by abdul24(m): 8:10pm On Feb 09, 2013
Please i need help on how to write a program that chech if a word is a palindrome or not using visual.net c++ 2008 console.....plsss i nid help in d next 24hrs
Phones / Pls I Nid Help On How To Download 2go On My E5 by abdul24(m): 8:48pm On Jul 08, 2012
Wen i try to download it awaz say disconected bt i can download any oda file
Crime / Emergency Army Numbers For Kaduna Residents by abdul24(m): 4:55pm On Jun 21, 2012
Quick Info Nigeria Army Emergency Numbers in Kd. 1. Kabala west, Rigasa, Kurmin Mashi. Unguwar Muazu. Ung Sanusi. Badiko. 08190515778. 08055393519. 2. Badarawa. Kabala . Ung Rimi, Malali, Ung Sarki, Ung Shano, Marafa, Central Mkt. Constitution Road 08190515779. 08037800019. 3. Barnawa, Kakuri, Sabo, Narayi, Television. Romi, Gwanin Gora, NNPC, Nasarawa, ABJ Tollgate. 08190515799. 07030489973. 4. Tudun Wada, KADPOLY. Kasuwan Barchi, 0819051580. 08033502463 5. Mando. Hayin Banki, Ung Dosa, kawu, 08190515781. 08035899433. 6. Ung Kaji, Barakkallahu, Rigachikun, Mararraban Jos, Jaji, Kwanar Parakwai. 08190515782. 08035888383. 7. Abj- Jere- Kd Road. 08034527209. 8. HQ. 08061285481. 08035939739. 08037035123. 9. Zaria. 08037050631. Pls kindly Broadcast dis
Politics / Re: Yobe Govt Relaxes Curfew In Damaturu by abdul24(m): 4:54pm On Jun 21, 2012
Quick Info Nigeria Army Emergency Numbers in Kd. 1. Kabala west, Rigasa, Kurmin Mashi. Unguwar Muazu. Ung Sanusi. Badiko. 08190515778. 08055393519. 2. Badarawa. Kabala . Ung Rimi, Malali, Ung Sarki, Ung Shano, Marafa, Central Mkt. Constitution Road 08190515779. 08037800019. 3. Barnawa, Kakuri, Sabo, Narayi, Television. Romi, Gwanin Gora, NNPC, Nasarawa, ABJ Tollgate. 08190515799. 07030489973. 4. Tudun Wada, KADPOLY. Kasuwan Barchi, 0819051580. 08033502463 5. Mando. Hayin Banki, Ung Dosa, kawu, 08190515781. 08035899433. 6. Ung Kaji, Barakkallahu, Rigachikun, Mararraban Jos, Jaji, Kwanar Parakwai. 08190515782. 08035888383. 7. Abj- Jere- Kd Road. 08034527209. 8. HQ. 08061285481. 08035939739. 08037035123. 9. Zaria. 08037050631. Pls kindly Broadcast dis

1 Like

Politics / Re: Bomb Blast At Shalom Church, Trikania , Kaduna by abdul24(m): 4:23pm On Jun 17, 2012
Anoda two more bomb blast in kaduna,in nasarawa an barnawa only God can save us

(1) (2) (of 2 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. 22
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.