Web and Mobile Apps Codeware

asp.net, mvc, sql server, android, JavaScript, Jquery, AngularJS, php

Pages

▼
Tuesday, March 7, 2017

Python MySQL Database Connection using ODBC

›
I'm posting a sample python to Sql Server connection code. Here i will be using Python 2.7. 1. pip install  pyodbc 2. Install t...
Monday, March 6, 2017

Python MSSQL Database Connection using ODBC

›
I'm posting a sample python to Sql Server connection code. Here i will be using Python 2.7. 1. pip install pyodbc 2. Code : ...
Wednesday, January 13, 2016

MongoDB Query to find record using greater $gt or less than $lt operators and then sort

›
MongoDB Query to find record using greater $gt or less than $lt operators and then sort Query db.grades.find({"score":{$gt:65}...
Tuesday, September 22, 2015

sample interface for inserting data into mongodb using node.js

›
1. Below is the npm module(mongodb) link which i used to create a basic interface for inserting documents into mongodb collections using n...
Saturday, August 15, 2015

Executing JAR file using Batch Command(.bat)

›
Below is the script to run a JAR file using a .bat command, copy and paste it into the notepad and then save as batch_file_name.bat @echo...
›
Home
View web version
Powered by Blogger.