
Search In
Endpoints in SQL
For providing TCP/IP communication between your SQL and other applications you need to create end point for that .
Creating end points is a series of steps
Message
Contract
Queue
Service
Route
Endpoint
Suppose you have a Customer table in the database with the following data and you want to interchange the values of columns Name and Address.
Ex:
CREATE TABLE Customer
(
ID int IDENTITY,
Name varchar(100),
Address varchar(20
Hello friends,
If you want to integrate Email subscription Popup on your site then this Plugin is very useful.
Download the Plugin from the following site :
https://wordpress.org/plugins/email-subscribe/
This link is having all the Installation
In this blog we will learn about some terms and crud operations in mongodb. As we are very much aware about the terms related with RDBMS such as creating database, creating tables and insert records in the table. Here we will learn about the basic te
I am new to the Oracle GoldenGate product. I want to understand if it is possible to create a CDC pipeline from MongoDB as Source to any RDBMS target or KAFKA using Oracle GoldenGate? Can anyone help me with any documentation for MongoDB as source to
I use sqlite3 library for using database in python. When I want to make a table, I get this error:
sqlite3.OperationalError: near "group": syntax error
My function that does this:
def connect():
conn = sqlite3.connect(dbpath)
cursor = c
Without database any application is almost redundant. So this post might help you to setup access to MySQL database on Ubuntu.
Firstly you need to open up the MySQL server config file present at
/etc/mysql/my.conf
and search for the line
bind-a

For Javascript validation please refer this link: http://findnerd.com/account/#url=/list/view/Simple-Javascript-form-validation/15856/
FOR REGISTERING: Here is the code for registering the user and saving data in data.
<?
A transaction is used to check whether all SQL statements get executed successfully or not. A Single transaction starts with a particular statement and ends after the completion of all the SQL statements executed successfully. If all SQL statements f
HTML parser and can fetch data from existing URLs. Feeds is the way to go fetch rss feeds.
Some parsers for Feeds that can suit as per your need are given here .
Modules required to fetch youtube feeds
Feeds it import's or aggregate's data as no
