
Search In
Getting started with LINQ To SQL:
When we say LINQ To SQL, it refers to the technology through which we can access Database via LINQ. This has replaced the traditional way of writing SQL Query for Database access, even it has
SQL follow the unique set of rules that is called syntax ,follow the rules given below
SQL database is not a case sensitive . Generally in SQL database keywords are written in uppercase
SQL statements are dependent on text lines .
You can do task
Hello Friends,
If you are looking to install in Codelgniter. Please review the below process:
Step 1 :: Download Codelgniter from "https://www.codeigniter.com/download"
Step 2 :: Unzip this folder and place this on root folder
Step 3 ::
Content provider provides data from one application to another on their requests. These requests for data are handled by classes extending contentresolver class. Data in contentresolver class can be saved in various ways like in Database, Files, or e
Welcome to FindNerd.
Today we are going to discuss PHP PDO. It is not a new term in PHP but many of us want to work in old patterns. Most common extensions are MySql and MySqli. If you are using PHP then you should be familiar with these terms. Data
Hello Reader's ,
Today I am going to give you this blog on how to read excel file and insert data into MySQL DB using PHP.Here we are using php-excel-reader.php library to get excel data in MySQL database.
Let's Start.
Create Database and
Available Database and storage connectors in Joomla are given below:
MySQL: Available in Joomla versions 1.5, 2.5, 3.0. It's a Joomla DB
Microsoft SQL Server: Available in 2.5, 3.0 versions which is a Joomla DB.
Microsoft SQL Azure: Available in 2
The Nullable Types in C# language:
The nullable data types were included to value data types with C# language in the year 2005. This feature allows us to assign the null value to a value-type variables. You need this functionality with databases wh
I have a situation where I want to run an endless loop and I have to get data from there. For this, I have to make a Http call and then put the http response in a database, In each iteration, I have to wait for some second.
To solve this probl
Hi everybody I just learned some things in the past week about SQLite in Unity and I thought I share them as I had to figure out most of it myself. All code in C#.
Set up a database in Unity
Its my first time i am working with db in unity. I am ba