Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,151,863 members, 7,813,948 topics. Date: Tuesday, 30 April 2024 at 10:25 PM

Help Me Look At This Small Problem - Programming - Nairaland

Nairaland Forum / Science/Technology / Programming / Help Me Look At This Small Problem (1226 Views)

Hello Guys, Help Review This Small Website / Please Help Look At My Code (what is wrong with my code ) / A Critical Look At Nairaland's Anti-spam Bot Or Whatever... (2) (3) (4)

(1) (Reply) (Go Down)

Help Me Look At This Small Problem by FrankLampard: 9:36am On Jan 25, 2017
JavaScript: I have two function.

1. Bisi = function(){
2. var query = "SELECT * FROM Table";
3. }

4. Ada = function(){
5. //Stops here
6. var query = "INSERT to TABLE";
7. }

Bisi();
Ada();

When this two function is being hit by the browser, Bisi() is executed and runs fine, Ada() executes, but stops at Line 5 and moves to another method to perform another task inside the JavaScript declaration.

What could be the issue? How do I resolve?
Re: Help Me Look At This Small Problem by smartanthony5: 9:47am On Jan 25, 2017
computer scientist,oya!
Re: Help Me Look At This Small Problem by Nobody: 1:57pm On Jan 25, 2017
In general programming, It seems the database hasn't released control. It's probably why you can't run another query on it. Hence, the stoppage on line 5.

I'll advise you to check javascript documentation if there is a way you can run queries simultaneously.
Re: Help Me Look At This Small Problem by FrankLampard: 5:12pm On Jan 25, 2017
TakeMeSerious:
In general programming, It seems the database hasn't released control. It's probably why you can't run another query on it. Hence, the stoppage on line 5.

I'll advise you to check javascript documentation if there is a way you can run queries simultaneously.

There are so many libraries that can allow you to use SQLite on the Web this days.
Re: Help Me Look At This Small Problem by SeunLanLege(m): 9:03am On Jan 26, 2017
Insert into, not insert to
Re: Help Me Look At This Small Problem by CodePlay1(m): 12:38am On Jan 27, 2017
Insert "into"
Re: Help Me Look At This Small Problem by Phourxx(m): 6:45am On Jan 27, 2017
"INSERT TO" should be "INSERT INTO" meanwhile if it still fails, then you should check the js console on your browser for error message.

(1) (Reply)

Pythonists Please Help!!....def Functionname(self)...confusing Me.. / Help!! I Need A Laptop To Run My Code!!! / Need A Ui/ux Designer

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