10,880,739 members (118,231 online)
Sign in
Email
Password
Forgot your password?
Sign in using
home
articles
Chapters and Sections
>
Search
Latest Articles
Latest Tips/Tricks
Top Articles
Beginner Articles
Technical Blogs
Posting/Update Guidelines
Article Help Forum
Article Competition
Submit an article or tip
Post your Blog
quick answers
Ask a Question
View Unanswered Questions
View All Questions...
C# questions
ASP.NET questions
VB.NET questions
Javascript questions
SQL questions
discussions
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work & Training Issues
Design and Architecture
ASP.NET
JavaScript
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
Adobe Technologies
C#
Free Tools
Objective-C
Ruby On Rails
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
.NET Framework
Android
Mobile
Sharepoint
Silverlight / WPF
Visual Basic
Web Development
Site Bugs / Suggestions
features
Competitions
News
The Insider Newsletter
The Daily Build Newsletter
Newsletter archive
Surveys
Product Showcase
Research Library
CodeProject Stuff
community
Who's Who
Most Valuable Professionals
The Lounge
The Insider News
The Weird & The Wonderful
The Soapbox
Press Releases
Non-English Language
>
General Indian Topics
General Chinese Topics
help
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
Site Map
Advertise with us
Employment Opportunities
About Us
The default search term operator is
AND
.
You can use brackets,
AND
,
OR
, and
NOT
to improve your search. For example:
C# AND NOT(VB or SQL)
A query of a single
*
will return everything, filtered by any filters.
Filter examples:
Search by Author
author:"author name"
Filter by tag
tag:C#
or
tag:(C++ or Java)
Wildcard search
use "?" or "*" eg.
gr?d
or
gr*
5,749 Results
Search
Everything
Articles
Technical Blogs
Tips & Tricks
Reference Articles
Research Library
Questions
Answers
Forum Messages
News Items
Just My Stuff
My Bookmarks
Sort by
Relevance
Rating (Hi - Lo)
Rating (Lo - Hi)
Popularity (Hi - Lo)
Popularity (Lo - Hi)
Modified (New - Old)
Modified (Old - New)
Thread Modified (New - Old)
Thread Modified (Old - New)
Created (New - Old)
Created (Old - New)
Title (A - Z)
Title (Z - A)
Author (A - Z)
Author (Z - A)
Price ($ - $$$)
Price ($$$ - $)
Duration (Short - Long)
Duration (Long - Short)
Match
All Fields
Title
Description
Author(s)
Tags
Any Date
Last 12 hours
Last 24 hours
Last week
Last 2 weeks
Last month
Last 3 months
Last 6 months
Last year
January
February
March
April
May
June
July
August
September
October
November
December
Rating Range
All - Including Unrated
1.0 - 5.0
2.0 - 5.0
3.0 - 5.0
4.0 - 5.0
4.5 - 5.0
4.8 - 5.0
5.0
Advanced Filters:
Article Topics
All Topics
Desktop Development
Web Development
Mobile Development
Cloud Computing
Enterprise Systems
Database
Multimedia
Languages
Platforms, Frameworks & Libraries
General Programming
Graphics / Design
Development Lifecycle
General Reading
Third Party Products
Mentor Resources
Internet of Things
Article License
All Licenses
Ms-RL
CPOL
CDDL
Ms-PL
MPL
CPL
Eclipse
MIT
BSD
Apache
CC (ASA 2.5)
Zlib
Public Domain
CC (Attr 3U)
CC (ASA 3U)
CC (BY-ND 3.0)
LGPL3
GPL3
Forums
All Forums
Feature Forums
General Programming
Web Development
Mobile Development
Product Lifecycle
Database & SysAdmin
General Discussions
Non-English Language
Page 1 of 115
Page Size:
10
·
25
·
50
Tag filtered by: MySQL
[x]
What is the best way to go about building an ASP.Net 4.5 web pages app , with MySQL Database (Hosted through Apache) , VB coding in Visual Studio 2013 - For best use with sqlDatasources and controls
by
King-Dim
Question
21 Sep 2014
license:
CPOL
Hi, I should first apologize as i may be in violation with my question, i am learning and it is my first time doing this so please excuse my poor forum skills. I am building an ASP.Net web pages application in Visual Basic , with Visual Studio 2013 IDE (Ultimate). My data will be in an...
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
Beginner
MySQL
VS2013
Internet usage getting high after connecting to MySQL database on net
by
George Jonsson
Answer
21 Sep 2014
license:
CPOL
This is not a direct solution to your problem, but might help you to find out what is happening.You could use a tool to analyze the traffic on your computer in order to see what is going on.Sysinternals is a good place to start for different windows tools.Sysinternals Networking...
General Programming
»
Uncategorised Quick Answers
»
General
MySQL
MySQL
Internet usage getting high after connecting to MySQL database on net
by
Mehdi Gholam
Answer
20 Sep 2014
license:
CPOL
Data transfer and "querying" imply the use of bandwidth and depend on how many rows are being requested per query. Doing the math : 300,000 Kb / 20*60 seconds = 250kb/sec which is reasonable.Try enabling compression.
General Programming
»
Uncategorised Quick Answers
»
General
MySQL
MySQL
Internet usage getting high after connecting to MySQL database on net
by
nilesh sawardekar
Question
20 Sep 2014
license:
CPOL
I have one windows application which keep connecting to mySQL database which is on db4Free. I found that my data usage is really high whenever i connected to that database. Data usage I found is 300 MB per 20 Minutes.. I even not used any image upload. I am just reading data from that mySQL...
General Programming
»
Uncategorised Quick Answers
»
General
MySQL
MySQL
How Do I Prevent Duplicate Record With My Code
by
ChauhanAjay
Answer
20 Sep 2014
license:
CPOL
The solution below is with the assumption that the "ID" column is not auto incremented value.1. The user enters the value of the 'ID' from the front end.2. Check if that value exists in your dataset.3. If it does not exists in your dataset then insert the value in the database.4. If...
General Programming
»
Uncategorised Quick Answers
»
General
VB
MySQL
MySQL
How Do I Prevent Duplicate Record With My Code
by
- NA -
Question
20 Sep 2014
license:
CPOL
Imports MySql.Data.MySqlClientPublic Class UserAdminPublic mycon As New MySqlConnectionPublic myadap As New MySqlDataAdapterPublic mycmd As New MySqlCommandPublic myds As New DataSetPublic rec As IntegerPublic sb As BooleanPublic idnum As StringPublic trec As IntegerSub...
General Programming
»
Uncategorised Quick Answers
»
General
VB
MySQL
MySQL
A propertymapping Extension for DataReaders
by
Jörgen Andersson
Article
18 Sep 2014
license:
CPOL
A propertymapping extension for DataReaders
Database
»
Database
»
General
C#
ASP.NET
.NET
SQL-Server
DBA
ADO.NET
VB
MySQL
Oracle
VB.NET
, +
Login and Registration form in ASP.NET(C#) with MySQL
by
- NA -
Answer
15 Sep 2014
license:
CPOL
how can i connect a asp.net feedback form to mysql database...????
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
MySQL
SecurePHPWebAppCoding - SQL Injection - What is it and How to Stop It?
by
Abani Kumar Meher
Article
14 Sep 2014
license:
CPOL
This article describes how we write code while developing web application which results in SQL injection vulnerability and how we should write code to prevent it.
Web Development
»
Web Security
»
Security
SQL
Dev
QA
PHP
Intermediate
MySQL
security
MySQL
webapp
How Can I Add All North Wind Db Into My Newly Installed Mysql Server
by
???
Answer
13 Sep 2014
license:
CPOL
https://twitter.com/tradeblash/status/510959404733038592[^]
General Programming
»
Uncategorised Quick Answers
»
General
MySQL
Access
database
MySQL
How Can I Add All North Wind Db Into My Newly Installed Mysql Server
by
???
Answer
13 Sep 2014
license:
CPOL
thank you. and I regret my bad languages and I am sorry If I offended you. Have a good day!
General Programming
»
Uncategorised Quick Answers
»
General
MySQL
Access
database
MySQL
How Can I Add All North Wind Db Into My Newly Installed Mysql Server
by
???
Question
13 Sep 2014
license:
CPOL
I have Northwind Access file and newly installed MySQL server.I would like to add all Northwind DB including all relationships and etc into MySQL.simple query will do enough I guess, but I am an novice in DB field.anyone knows how to do that?Your help and advice will do a lot to...
General Programming
»
Uncategorised Quick Answers
»
General
MySQL
Access
database
MySQL
How Can I Add All North Wind Db Into My Newly Installed Mysql Server
by
Garth J Lancaster
Answer
13 Sep 2014
license:
CPOL
yikes - you might find a custom made migrate tool, otherwise you're going to have to do it in stepsa) install an ODBC driver pointed at the Northwind DBb) maybe use MS SQL Express temporarily and the TSQL on the command line to dump the data and meta data (Table defs)to disk, if MS SQL...
General Programming
»
Uncategorised Quick Answers
»
General
MySQL
Access
database
MySQL
Compilation Error- No relevant source lines at line 0
by
Murali0195
Answer
3 Sep 2014
license:
CPOL
Hi....Add MySql versions in web.config of project. Like Below: ...
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
MySQL
MySQL
Compilation Error- No relevant source lines at line 0
by
Richard Deeming
Answer
3 Sep 2014
license:
CPOL
The error message is quite clear:Assembly ViswasISI has a reference to v6.6.5.0 of MySql.Data;You have deployed v5.2.7.0 of MySql.Data;Deploy the correct version of MySql.Data and the error will go away. :)
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
MySQL
MySQL
Compilation Error- No relevant source lines at line 0
by
Murali0195
Question
3 Sep 2014
license:
CPOL
Hi... Please give the solution to it. It is working previously, but not now working.Error is:Server Error in '/' Application.Compilation ErrorDescription: An error occurred during the compilation of a resource required to service this request. Please review the following specific...
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
MySQL
MySQL
How do I...Forum templates
by
Manikandan Subbu
Answer
3 Sep 2014
license:
CPOL
Check out thishttps://www.phpbb.com/[^]
General Programming
»
Uncategorised Quick Answers
»
General
HTML
PHP
MySQL
Product Activation Concept
by
DaveAuld
Answer
2 Sep 2014
license:
CPOL
What you want to do is generate a hardware key that is made up of a number of things;e.g. hard drive serial numbers, cpu processor serial number (if available), hard drive capacities, bios id, gpu id etc. etc.You could then use a weighting to determine if it is considered a 'new system' if...
General Programming
»
Uncategorised Quick Answers
»
General
VB
MySQL
Hardware
Encryption
VB.NET
WinForm
License
MySQL
product
Product
Product Activation Concept
by
Tino Fourie
Question
2 Sep 2014
license:
CPOL
I really need a more complete concept of how to manage Product Registration in an online environment. Firstly I will explain what I am trying to achieve and then what I have so implemented so far. Please do not confuse this post with generating license keys, that is already taken care of.In...
General Programming
»
Uncategorised Quick Answers
»
General
VB
MySQL
Hardware
Encryption
VB.NET
WinForm
License
MySQL
product
Product
I need simple membership in mvc 4 vs 2012 with mysql
by
Eduard Keilholz
Answer
20 Aug 2014
license:
CPOL
Have you seen this article? Seems to serve exactly your needs:Membership and Role providers for MySQL[^]
General Programming
»
Uncategorised Quick Answers
»
General
MySQL
CodeFirst
MVC4
MySQL
WebConfig
I need simple membership in mvc 4 vs 2012 with mysql
by
manoj kumar choubey
Question
20 Aug 2014
license:
CPOL
I need simple membership in mvc 4 vs 2012 with mysql (Code-First Migration and Extending Identity Accounts)Please give me example of web.config and Accountcontroller I need to develop same as default template of mvc that is for sql server not for mysql
General Programming
»
Uncategorised Quick Answers
»
General
MySQL
CodeFirst
MVC4
MySQL
WebConfig
Mo+ - A model oriented programming language and IDE for model oriented development
by
Dave Clemmer
Article
12 Aug 2014
license:
CPOL
Introducing the Mo+ language and the Mo+ Solution Builder IDE that fully supports flexible and powerful model oriented development.
Development Lifecycle
»
Code Generation
»
General
C#
SQL
Windows
.NET
SQL-Server
Visual-Studio
Dev
WPF
Design
Intermediate
, +
how to write multiple queries on single using Mysql stored procedure
by
Hard_Rockz
Answer
12 Aug 2014
license:
CPOL
You can have multiple queries inside a single MySQL stored procedureDELIMITER $$CREATE PROCEDURE procedureName()BEGIN -- Query 1 -- Query 2 -- Query 3END $$DELIMITER ;
General Programming
»
Uncategorised Quick Answers
»
General
SQL
MySQL
MySQL
how to write multiple queries on single using Mysql stored procedure
by
- NA -
Question
12 Aug 2014
license:
CPOL
please any body knows answer for this question please help me..thanks in advance...
General Programming
»
Uncategorised Quick Answers
»
General
SQL
MySQL
MySQL
problem in creating stored procedure
by
Gupta Poonam
Answer
11 Aug 2014
license:
CPOL
try this....Create procedure spGetComapnyNames(IN companyname varchar(150))BEGINselect Company_Name from companynameswhere Company_Name Like companyname + '%'END
General Programming
»
Uncategorised Quick Answers
»
General
SQL
MySQL
database
StoredProcedures
MySQL
How do I...Forum templates
by
mbsaravanan
Question
10 Aug 2014
license:
CPOL
hello , i need to create one forum page using HTML and PHP so plz send me the sample code please
General Programming
»
Uncategorised Quick Answers
»
General
HTML
PHP
MySQL
problem in creating stored procedure
by
vbhvshetty
Answer
9 Aug 2014
license:
CPOL
create proc spgetcompanynames@companyna nvarchar(150)asbeginselect Company_Name from companynameswhere Company_Name Like @companyna + '%'endIn above query please change table name to Column Name(Company_Name is table name in Where clause).Write column name in which you want...
General Programming
»
Uncategorised Quick Answers
»
General
SQL
MySQL
database
StoredProcedures
MySQL
Connect WPF with Wamp Server MySql
by
Anis Derbel
Tip/Trick
5 Aug 2014
license:
CPOL
The easy way to connect to Mysql using Wamp server on WPF
Database
»
Database
»
Mysql
C#
XAML
WPF
MySQL
DataBa
WAMP
MySQL
Referral link to your website from partner.
by
Satish K Patel
Answer
3 Aug 2014
license:
CPOL
You can also use Cookies to identify users. Below is the explanation with more details.E.g. I want to track how many actual users transferred to my site by clicking below link.https://tispy.net/TiSPY/index.jsp?refid=codeprojectHere landing page is index.jsp but I want to check how many...
General Programming
»
Uncategorised Quick Answers
»
General
PHP
MySQL
HTML5
problem in creating stored procedure
by
OriginalGriff
Answer
3 Aug 2014
license:
CPOL
Close!Try:create procedure spGetCompanyNames(@CompanyNams varchar(250))beginselect Company_Name from companynameswhere Company_Name Like @CompanyNams + '%'end
General Programming
»
Uncategorised Quick Answers
»
General
SQL
MySQL
database
StoredProcedures
MySQL
problem in creating stored procedure
by
himanshuchawla4393
Question
3 Aug 2014
license:
CPOL
Hello i am newbie to MYSQL Database .... i want to create stored procedure in MYSQL .. I have written the same procedure in MSSQL and it was running but when i am running it in PHPMYADMIN(MYSQL) its is giving error:1064 - You have an error in your SQL syntax; check the manual that...
General Programming
»
Uncategorised Quick Answers
»
General
SQL
MySQL
database
StoredProcedures
MySQL
create table command text mysql user defined c#.net
by
Member 9472584 matlamis
Answer
26 Jul 2014
license:
CPOL
SchemaName schemaForm = new SchemaName(); frmMetCon form2 = new frmMetCon(); if (schemaForm.ShowDialog() == System.Windows.Forms.DialogResult.OK) { string connStr =...
General Programming
»
Uncategorised Quick Answers
»
General
C#
.NET
MySQL
Connecting your Android app to your WAMP server
by
henry sentio kauta
Article
25 Jul 2014
license:
CPOL
Android at figure tips
Mobile Development
»
Android
»
General
Java
SQL
CEO
PHP
Beginner
Intermediate
Advanced
SQL
Mobile
MySQL
, +
Is there any technique or way to transfer Data to Mysql
by
Jauharah Unnie
Answer
24 Jul 2014
license:
CPOL
Thanks guys. A lots of thanks. =)
General Programming
»
Uncategorised Quick Answers
»
General
PHP
MySQL
ERROR [HY000] [MySQL][ODBC 5.1 Driver]Can't connect to MySQL server on 'localhost' (10048)
by
- NA -
Question
24 Jul 2014
license:
CPOL
Hi friend,I have some problem when implimented code in my project.Actually problem occured when i am trying to insert a lot of data in mysql.If i am added data near about 1000 then not produced any error but when i inserted data near about 5000 then give me error."ERROR [HY000]...
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
MySQL
C#3.5
MySQL
page time out in asp.n
by
mcdubey
Answer
22 Jul 2014
license:
CPOL
1-page execution timeout only applies if debug=false.Set debug="false" should solve the problem.2-You can set below value in web.config for specific page.For example, to change the timeout for one specific page:
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
MySQL
MySQL
page time out in asp.n
by
- NA -
Question
22 Jul 2014
license:
CPOL
Dear sir,i have problem when implimenting project in asp.net.The problem is when i upload my project on server and start execution the page not work, some time work then later stop execution.May be this happend due to check validation large in project and many time connect with database but i...
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
MySQL
MySQL
Install Rails 4 and MySQL Server on Windows 7/8
by
Rocky R. Fernandes
Tip/Trick
22 Jul 2014
license:
CPOL
Install Rails 4 and MySQL Server on Windows 7/8
Web Development
»
Applications & Tools
»
Applications
MySQL
Ruby
Rails
MySQL
VB12.0
Session Storage in a MySQL Database
by
apphp
Article
20 Jul 2014
license:
CPOL
This tutorial describes how to release Session storage in a MySQL database.
Database
»
Database
»
Mysql
PHP
MySQL
REPEAT an UPDATE SQL statement
by
TrushnaK
Answer
18 Jul 2014
license:
CPOL
Use MySql Triggers for this purpose:-for details see below...
General Programming
»
Uncategorised Quick Answers
»
General
C++
MySQL
REPEAT an UPDATE SQL statement
by
Ghana Bi Nene Nagetey
Question
18 Jul 2014
license:
CPOL
I have a SQL statement update test_1 set `t_mark` = (`mark_1` + `mark_2` + `mark_3`)which works perfectly but I want the same statement to repeat automatically when a new row is added.
General Programming
»
Uncategorised Quick Answers
»
General
C++
MySQL
Building on My SQL Storage Engines and APIs to Conduct Complex Analysis Using SQL Query Language: Part 3
by
SarmadAsghar
Article
16 Jul 2014
license:
CPOL
Database
»
Database
»
Mysql
C++
Windows
DBA
Dev
Intermediate
MySQL
VS2013
MySQL
Issue Tracker
by
Mihai MOGA
Article
14 Jul 2014
license:
CPOL
Did you spot any bugs today? Than this tool might save some of your time
Web Development
»
Applications & Tools
»
Tools With Source Code
Win2K
WinXP
Vista
C++
SQL
Windows
Win32
HTML
MFC
Beginner
, +
Building on My SQL Storage Engines and APIs to Conduct Complex Analysis Using SQL Query Language: Part 4
by
SarmadAsghar
Article
13 Jul 2014
license:
CPOL
NOSQL data on MYSQL console
Database
»
Database
»
Mysql
C++
Windows
Dev
Intermediate
MySQL
VS2013
MySQL
Save your Data from LDAP Injection Attack
by
Jason Parms
Tip/Trick
9 Jul 2014
license:
CPOL
Lightweight Directory Access Protocol (LDAP) Injection
Web Development
»
Web Security
»
Security
MySQL
sqldatasource
Sqlite
SQL-server-2008R2
SQL-server-2012
SqlServerm
SQLlite
MySQL
SQL-server-2014
Deploying from winXP to win7 with Crystal Report! HELP! pls
by
Ricardo Gomez Gallego
Answer
8 Jul 2014
license:
CPOL
yo encontré la solución la instalación del CrystalReport CRRuntime (64 o 32) en el cliente no de pende del sistema operativo ni del procesador sino funciona con la de 64 prueben con la de 32 o las dos así solucione mi problema. att chulocario
General Programming
»
Uncategorised Quick Answers
»
General
Windows
VB
MySQL
VB.NET
CrystalReports
Deployment
problem
Help
Errors while initializing the DB(My Sql) in open GTS?
by
- NA -
Answer
7 Jul 2014
license:
CPOL
Try the command this way instead:C:\OpenGTS_2.5.5>bin\initdb.bat -rootUser:root -rootPass:123where you type in just this part: bin\initdb.bat -rootUser:root -rootPass:123
General Programming
»
Uncategorised Quick Answers
»
General
MySQL
How to set up application using ASP.NET Identity with MySQL Provider
by
Kinyanjui Kamau
Tip/Trick
30 Jun 2014
license:
CPOL
To set up an ASP.NET application the implements ASP Identity with Entity Framework to use MySql as a database.
Web Development
»
Asp.Net
»
Howto
C#
ASP.NET
.NET
HTML
.NET
MySQL
.NET4.5
VS2013
MySQL
Connector/Net no longer supports server versions prior to 5.0
by
- NA -
Answer
25 Jun 2014
license:
CPOL
i have the same probem >i searched and we need to install old connectr.net version try this http://www.4shared.com/get/f8N3QVVW/mysql-connector-net-624.htmlor this http://www.4shared.com/get/pIF-cwqo/mysql-connector-net-623.htmlif you have...
General Programming
»
Uncategorised Quick Answers
»
General
VB
MySQL
VB.NET
Custom Queries with RAW SQL under ADO.NET EF
by
Tamas Lorincz
Article
15 Jun 2014
license:
CPOL
Database
»
Database
»
Ado.Net
C#3.0
C#
ASP.NET
Windows
.NET
Visual-Studio
ADO
ADO.NET
LINQ
Intermediate
, +
Page 1 of 115
1
2
3
4
5
6
7
8
9
10
First
·
Prev
·
Next
·
Last
Advertise
|
Privacy
|
Mobile
Web04 | 2.8.140921.1 | Last Updated 21 Sep 2014
Copyright ©
CodeProject
, 1999-2014
All Rights Reserved.
Terms of Service
Layout:
fixed
|
fluid