Click here to Skip to main content
15,868,016 members
Home / Discussions / Database
   

Database

 
GeneralRe: how to create a database if data is given? Pin
Eddy Vluggen23-Oct-15 8:55
professionalEddy Vluggen23-Oct-15 8:55 
GeneralRe: how to create a database if data is given? Pin
Member 1127090223-Oct-15 9:02
Member 1127090223-Oct-15 9:02 
GeneralRe: how to create a database if data is given? Pin
Eddy Vluggen23-Oct-15 9:14
professionalEddy Vluggen23-Oct-15 9:14 
GeneralRe: how to create a database if data is given? Pin
Member 1127090223-Oct-15 9:20
Member 1127090223-Oct-15 9:20 
GeneralRe: how to create a database if data is given? Pin
Eddy Vluggen23-Oct-15 9:48
professionalEddy Vluggen23-Oct-15 9:48 
GeneralRe: how to create a database if data is given? Pin
Member 1127090223-Oct-15 18:47
Member 1127090223-Oct-15 18:47 
GeneralRe: how to create a database if data is given? Pin
Eddy Vluggen23-Oct-15 23:22
professionalEddy Vluggen23-Oct-15 23:22 
GeneralRe: how to create a database if data is given? Pin
Member 1127090216-Nov-15 23:41
Member 1127090216-Nov-15 23:41 
i have problem with this code can you plzz check for errors.I was working on live search.

<html>
<head>
<title>Ajax Search Box using PHP and MySQL</title>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="typeahead.min.js"></script>
<script >
$(document).ready(function(){
$('input.typeahead').typeahead({
name: 'typeahead',
remote: 'search.php?key=%QUERY',
limit : 10
});
});
</script>

.bs-example{
font-family: sans-serif;
position: relative;
margin: 50px;
}
.typeahead, .tt-query, .tt-hint {
border: 2px solid #CCCCCC;
border-radius: 8px;
font-size: 24px;
height: 30px;
line-height: 30px;
outline: medium none;
padding: 8px 12px;
width: 396px;
}
.typeahead {
background-color: #FFFFFF;
}
.typeahead:focus {
border: 2px solid #0097CF;
}
.tt-query {
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.tt-hint {
color: #999999;
}
.tt-dropdown-menu {
background-color: #FFFFFF;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 8px;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
margin-top: 12px;
padding: 8px 0;
width: 422px;
}
.tt-suggestion {
font-size: 24px;
line-height: 24px;
padding: 3px 20px;
}
.tt-suggestion.tt-is-under-cursor {
background-color: #0097CF;
color: #FFFFFF;
}
.tt-suggestion p {
margin: 0;
}

</head>
<body>



Ajax Search Box using Node and MySQL Codeforgeek Tutorial


<button type="button" class="btn btn-primary btn-lg">Visit Tutorial</button>





<input type="text" name="typeahead" class="typeahead tt-query" autocomplete="off" spellcheck="false" placeholder="Type your Query">




</body>
</html>
GeneralRe: how to create a database if data is given? Pin
Eddy Vluggen17-Nov-15 0:46
professionalEddy Vluggen17-Nov-15 0:46 
QuestionAmazon RDS IP Address Pin
R. Giskard Reventlov21-Oct-15 5:21
R. Giskard Reventlov21-Oct-15 5:21 
SuggestionRe: Amazon RDS IP Address Pin
Kornfeld Eliyahu Peter21-Oct-15 8:50
professionalKornfeld Eliyahu Peter21-Oct-15 8:50 
GeneralRe: Amazon RDS IP Address Pin
R. Giskard Reventlov21-Oct-15 9:09
R. Giskard Reventlov21-Oct-15 9:09 
QuestionValidating data between RDBMS (Mysql/ Oracle / DB2) and Hadoop ( HDFS/ Hive) Pin
Member 1204409721-Oct-15 4:14
Member 1204409721-Oct-15 4:14 
AnswerRe: Validating data between RDBMS (Mysql/ Oracle / DB2) and Hadoop ( HDFS/ Hive) Pin
Richard Deeming21-Oct-15 8:12
mveRichard Deeming21-Oct-15 8:12 
QuestionSchema update using SQL Server Data Tools Pin
indian14319-Oct-15 12:15
indian14319-Oct-15 12:15 
AnswerRe: Schema update using SQL Server Data Tools Pin
Mycroft Holmes19-Oct-15 14:35
professionalMycroft Holmes19-Oct-15 14:35 
GeneralRe: Schema update using SQL Server Data Tools Pin
indian14319-Oct-15 15:54
indian14319-Oct-15 15:54 
QuestionReferencing DacPac file from different Server and Database Pin
indian14319-Oct-15 10:34
indian14319-Oct-15 10:34 
AnswerRe: Referencing DacPac file from different Server and Database Pin
Mycroft Holmes19-Oct-15 14:30
professionalMycroft Holmes19-Oct-15 14:30 
QuestionLimiting the scope of a Table variable Pin
indian14317-Oct-15 6:35
indian14317-Oct-15 6:35 
AnswerRe: Limiting the scope of a Table variable Pin
Mycroft Holmes17-Oct-15 13:40
professionalMycroft Holmes17-Oct-15 13:40 
GeneralRe: Limiting the scope of a Table variable Pin
indian14319-Oct-15 10:28
indian14319-Oct-15 10:28 
QuestionMove GROUP_CONCAT's comma values to columns Pin
Jassim Rahma15-Oct-15 6:45
Jassim Rahma15-Oct-15 6:45 
AnswerRe: Move GROUP_CONCAT's comma values to columns Pin
Jassim Rahma15-Oct-15 8:02
Jassim Rahma15-Oct-15 8:02 
GeneralRe: Move GROUP_CONCAT's comma values to columns Pin
Jassim Rahma24-Oct-15 1:28
Jassim Rahma24-Oct-15 1:28 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.