Fix HTML & JavaScript for Azure SQL with browser form and table need Web Development

Contact person: Fix HTML & JavaScript for Azure SQL with browser form and table

Phone:Show

Email:Show

Location: Melbourne, Australia

Budget: Recommended by industry experts

Time to start: As soon as possible

Project description:
"Code assistance in VS Code with Table creation in AZURE SQL database.

This is the part of the HTML write. However, when I open browser the form fields are present but the create table function and display table results are not working as expected.

-------------------------
<!DOCTYPE html>
<html lang="en">
<head>
<title>Web SQL Database with HTML and Javascript</title>
<meta name="viewport" content="width=device-width"/>
<link rel="stylesheet" type="text/css" href="css/[login to view URL]">
<script type="text/Javascript" src="js/[login to view URL]"></script>
</head>

<body>

<div class="container">
<div class="row">
<form>
<fieldset>
<label for="item">Item Name</label>
<input type="text" class="form-control" name="" id="item">

<label for="quantity">Quantity</label>
<input type="number" class="form-control" id="quantity" name="">

<button type="button" id="insert" class="btn btn-success">Insert</button>

<button type="button"id="create" class="btn btn-success">Create Table</button>

<button type="button"id="remove" class="btn btn-danger">Delete Table</button>

<button type="button"id="list" class="btn btn-success">Fetch Record</button>

</fieldset>
</form>

<hr>
<h4>Record</h4>
<table class="table table-bordered table-hover"></table>



</div>



</div>





<script type="text/javascript">
var db=openDatabase("spdevgroup1-db")
$(function(){

$("#create").click(function(){
[login to view URL](function(transaction){
var sql="CREATE TABLE items "+
"(id INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT,"+
"item VARCHAR(100) NOT NULL,"+
"quantity INT(5) NOT NULL)";
[login to view URL](sql,undefined,function(){
alert("Table is created successfully");
},function(){
alert("Table is already being created");
})
});
});

</body>
</html>" (client-provided description)


Matched companies (5)

...

Codetreasure Co

🚀 Your Expert Partner for Mobile & Web App Development Unlock the full potential of your business with Codetreasure —a leading provider of tailored … Read more

...

Junkies Coder

Junkies Coder is a leading technology solution provider across 15 countries and 50+ Rockstar Developers is our strength, We're specializing in web de… Read more

...

Conchakra Technologies Pvt Ltd

At Conchakra, our mission is to empower organizations through innovative software solutions that leverage the transformative potential of artificial … Read more

...

Appeonix Creative Lab

At Appeonix Creative Lab, we are more than just an IT company—we are your growth partners. With a passion for innovation and excellence, we craft cus… Read more

...

Versasia Infosoft

Versasia Infosoft is a trusted provider of custom IT solutions, offering end-to-end services in software development, web and mobile app development,… Read more