Quantcast
Channel: MySQL Forums - Connector/NET and C#, Mono, .Net
Viewing all 1447 articles
Browse latest View live

Connector/NET: Replication & Load Balancing (no replies)


I hate MySQL, Oracle and this Forum (1 reply)

$
0
0
I'm sorry you guys, but I'm trying to connect to MySQL using SSIS. I've read several articles including one in this forum. I wrote out a very detailed message and includeded links in my message to screen shots of what I'm seeing INSTEAD of what the instructions say. I put a lot of effort into it. Then this STUPID PRIMATIVE forum told me i had a banned word and I could not post my work.

That is freaking crazy!!

I need help and this stupid crap makes it harder. I put a lot of work into making my post easy to follow and understand what my problem was. At the very least it should warn you of what you can and cannot do.

Test to find Banned Words (no replies)

Test to find Banned Words (no replies)

$
0
0
It seems that this has been way too hard. I've read several articles online and none of them are up-to-date. I reach a dead end not long after starting.

I found some information here on this forum, but it is not detailed enough.
http://forums.mysql.com/read.php?60,585162,585162#msg-585162


-------------------------------------------------------------
How to connect and load data from MySQL to SQL Server
-------------------------------------------------------------

1 - Download the 32 bit ODBC driver.

go to the MySQL website and download: “mysql-connector-odbc-5.2.4-ansi-win32 msi”
NOTE: Do not use the 64 bit driver on BIDS 2008. BIDS 2008 is 32 bit. You will get a mismatch error when creating SSIS’s connection manager: “The specified DSN contains an architecture mismatch between the Driver and Application”

Test to find Banned Words (no replies)

$
0
0
It seems that this has been way too hard. I've read several articles online and none of them are up-to-date. I reach a dead end not long after starting.

I found some information here on this forum, but it is not detailed enough.
http://forums.mysql.com/read.php?60,585162,585162#msg-585162


-------------------------------------------------------------
How to connect and load data from MySQL to SQL Server
-------------------------------------------------------------

1 - Download the 32 bit ODBC driver.

go to the MySQL website and download: “mysql-connector-odbc-5.2.4-ansi-win32 msi”
NOTE: Do not use the 64 bit driver on BIDS 2008. BIDS 2008 is 32 bit. You will get a mismatch error when creating SSIS’s connection manager: “The specified DSN contains an architecture mismatch between the Driver and Application”


OK I did this. It took me to a screen saying to repair or remove. So i assume I didn't need to do anything else.

Here is a link to the screen shoot:

Test to find Banned Words (no replies)

$
0
0
So my link to pictures are banned words. I wonder why.

http: //i. img ur.com /p8HViIO.png

Using SSIS to extract data from MySQL (Please help! I'm frustrated) (1 reply)

$
0
0
It seems that this has been way too hard. I've read several articles online and none of them are up-to-date. I reach a dead end not long after starting.

I found some information here on this forum, but it is not detailed enough.
http://forums.mysql.com/read.php?60,585162,585162#msg-585162


-------------------------------------------------------------
How to connect and load data from MySQL to SQL Server
-------------------------------------------------------------

1 - Download the 32 bit ODBC driver.

go to the MySQL website and download: “mysql-connector-odbc-5.2.4-ansi-win32 msi”
NOTE: Do not use the 64 bit driver on BIDS 2008. BIDS 2008 is 32 bit. You will get a mismatch error when creating SSIS’s connection manager: “The specified DSN contains an architecture mismatch between the Driver and Application”


OK I did this. It took me to a screen saying to repair or remove. So i assume I didn't need to do anything else.

Here is a link to the screen shoot:
http://i.img ur.com/p8HViIO.png

(please remove spaces so you can see the screen shots)

2 - Create a User DSN

You need to open the using windows 32 ODBC admin tool. DO NOT open the regular ODBC admin, in control panel. Open the ODBC admin located here: c:\Windows\SysWOW64\odbcad32.exe. If you use the default ODBC admin…it will not work. Additionally you must create a “User DSN” - NOT a System DSN. Otherwise it will not show up in SSIS
NOTE: the screens look the same so you will have no way of knowing whether you are in 32 BIT ODBC Admin tool or not.


I put the path above in Windows Explorer and this screen popped up:
http://i.img ur.com/TnSVGef.png

The instructions say: "Additionally you must create a “User DSN” - NOT a System DSN." but doesn't give you any idea how to do this or what to look for.

I clicked the add button and got this screen with NOTHING about MySQL. I did find something about Oracle.
http://i.img ur.com/MF69SDF.png

So at this point I have no idea what to do!!!

"passwordFormat" MySQL Connector/Net 6.7.4 (no replies)

$
0
0
Hello , I'm using MySQL Connector / Net 6.7.4 and am using in my webconfig passwordFormat = " Encrypted " the investment hash as below

<add connectionStringName = " ConnectMySql " enablePasswordRetrieval = "true "
                    enablePasswordReset = " false" requiresQuestionAndAnswer = " false"
                    requiresUniqueEmail = " false" passwordFormat = " Encrypted " maxInvalidPasswordAttempts = " 10 "
                    minRequiredPasswordLength = "6" minRequiredNonalphanumericCharacters = "0"
                    passwordAttemptWindow = " 10 " applicationName = " Guadix " passwordStrengthRegularExpression = " " autogenerateschema = "true "
                    name = " MembershipMySql " type = " MySql.Web.Security.MySQLMembershipProvider , MySql.Web , Version = 6.7.4.0 , Culture = neutral , PublicKeyToken = c5687fc88969c44d " / >


However when I use the asp : CreateUserWizard to create a User password is not stored encrypted , but hashed . I wonder if you have any more on setting encryption to work .

Note 've added < machinekey validationKey = " ... " decryptionKey = "..." validation = " SHA1 " decryption = " AES " / > , but still did not work .

Thanks in advance ..

MySQL for Visual Studio 1.1.1 Beta available for download (no replies)

$
0
0
Dear MySQL users,

We have a new 1.1.1 Beta build available for you to download, so you can check what's been included on the new version.
This is a beta version so it should not be used on any production environment. But it is stable enough for you to try out the new features.

The changes from 1.0.2 to 1.1.1 version are:

- With MySql for Visual Studio 1.0.2 the registration of the Data provider on machine.config file was done in the installation of this product. After MySql for Visual Studio 1.1.1 the registration is not longer done by this product, but is done within the installation of Connector/Net (from 6.8.1 and on). Also is not needed when using only MySql for Visual Studio.

- Visual Studio 2013 support

- Entity Framework 6 support when creating a model using Database First and Model First. (this feature requires Connector/Net 6.8.1).

- A new MySQL Database Export tool

Connector/Net and Visual Studio Integration

MySQL for Visual Studio and Connector/Net are both products to run independently but at the same time both share some functionality. If both products are going to be used together, the
recommendation is always install the MySQL for Visual Studio first.

There are some restrictions when having a previous version of Connector/Net. Particularly the ones that have an integrated version ( A Connector/Net version that has included the Visual Integration functionality 6.6.x or lower). Any version of this type cannot be installed along with a version of the MySQL for Visual Studio product.

The functionality included on MySQL for Visual Studio 1.1.1 on the integration with the Visual Studio IDE are:

- Support for Visual Studio 2008, 2010, 2012 and 2013 (this is a new feature only for 1.1.1 version).

- Server Explorer Window:

- create a new connection to MySQL Server

- Table Designer

- Launch Workbench: Open an sql editor window

- Launch a MySQL utilities prompt.

- Generate a table script.

- MySQL Database Export tool. A GUI to generate a dump of an existing MySQL database. (New feature for 1.1.1 version).

- Routine Debugging: An existing routine can be debugged inside Visual Studio

- Entity Framework Designer Database First/Model First (this feature requires Connector/Net 6.8.1 installed).

- Web configuration tool: Set up the web providers when codding a Web site or Web application (this feature requires Connector/Net 6.8.1 installed).

Requirements:

- Windows OS 7 or later.
- Visual Studio 2010, 2012 or 2013 professional or higher version.
- Connector/Net 6.8.1 beta or higher version to check the Connector/Net & Entity Framework features. (download at: http://dev.mysql.com/downloads/connector/net/ on the development releases).

We hope you can find these features useful and We're looking to hear your feedback.

Thanks for your support!

Download at:
https://cdn.mysql.com/Downloads/MySQLInstaller/mysql-visualstudio-plugin-1.1.1.msi

Connector doesn't return any rows (no replies)

$
0
0
I have a client application in C# using mysqlconneter 6.1.2. The database is hosted by a service provider. This application was running for years but I had to change my domainname.
My provider took care of moving the database from one domain to another but he installed it on a different server where there is another version of mysql.
The version were it was working is 5.0.77, the server where it is not working is 5.5.14. The client connects to the database but doesn't return any rows. Does anyone has an idea what I'm missing.

Thanks a lot
Kris

Insert ascii data in mysql (no replies)

$
0
0
Dear Forum

My application receive numerical data from 0 to 255.
Before i write in mysql whit the INSERT, i code this numbers( example in
UNicode OEM 437) so is a little possible to read some data (Es if arrive 41 i read A end so on).
Problem is , many chars are similar to the mysql command.

Example:
INSERT INTO tableName (Colon1Name)
VALUE (“Data Col1 ”)

The char " ,if present in ----Data Col1--- of course generate a error
in mysql sintax.

So question are:
-How can I avoid this problem

-What code is better to use

Many thanks

Roberto

Could not load file or assembly Mysql.Data (no replies)

$
0
0
Could not load file or assembly 'MySql.Data, Version = 6.6.5.0, Culture = neutral, PublicKeyToken = c5687fc88969c44d' or one of its dependencies. The definition of the located assembly's manifest does not match the assembly reference. (Exception from HRESULT: 0x80131040)

I'm having this error and my DLLs are properly referenced on my website(Visual Studio 2010 ultimate - Asp.NET).

*My mysql server is the 5.5, the connector is the 6.7.4 and the Framework is the 4.0.

I was wondering what could be the reasons for this error and how can i fix them

Thanks.


\/\/\/\/\/\/\/\\//\/\/\/\/\/\/\/\/ LOG \/\/\/\/\/\/\/\\//\/\/\/\/\/\/\/\/

*** Assembly Binder Log Entry (30/11/2013 @ 22:34:02) ***

The operation failed.
Bind result: hr = 0x80070002. The system can not find the specified file.

Assembly manager loaded from: C:\Windows\Microsoft.NET\Framework\v4.0.30319\clr.dll
Running under executable C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\devenv.exe
--- A detailed error log follows.

=== Pre-bind state information ===
LOG: User = Guilherme-PC\Guilherme
LOG: DisplayName = MySql.VisualStudio, Version=1.0.2.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL
(Fully-specified)
LOG: Appbase = file:///C:/Program Files (x86)/Microsoft Visual Studio 10.0/Common7/IDE/
LOG: Initial PrivatePath = NULL
LOG: Dynamic Base = NULL
LOG: Cache Base = NULL
LOG: AppName = devenv.exe
Calling assembly : (Unknown).
===
LOG: This bind starts in default load context.
LOG: Using application configuration file: C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\devenv.exe.Config
LOG: Using host configuration file:
LOG: Using machine configuration file from C:\Windows\Microsoft.NET\Framework\v4.0.30319\config\machine.config.
LOG: Post-policy reference: MySql.VisualStudio, Version=1.0.2.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL
LOG: GAC Lookup was unsuccessful.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 10.0/Common7/IDE/MySql.VisualStudio.DLL.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 10.0/Common7/IDE/MySql.VisualStudio/MySql.VisualStudio.DLL.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 10.0/Common7/IDE/PublicAssemblies/MySql.VisualStudio.DLL.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 10.0/Common7/IDE/PublicAssemblies/MySql.VisualStudio/MySql.VisualStudio.DLL.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 10.0/Common7/IDE/PrivateAssemblies/MySql.VisualStudio.DLL.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 10.0/Common7/IDE/PrivateAssemblies/MySql.VisualStudio/MySql.VisualStudio.DLL.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 10.0/Common7/IDE/CommonExtensions/Microsoft/TemplateProviders/MySql.VisualStudio.DLL.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 10.0/Common7/IDE/CommonExtensions/Microsoft/TemplateProviders/MySql.VisualStudio/MySql.VisualStudio.DLL.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 10.0/Common7/IDE/PrivateAssemblies/DataCollectors/MySql.VisualStudio.DLL.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 10.0/Common7/IDE/PrivateAssemblies/DataCollectors/MySql.VisualStudio/MySql.VisualStudio.DLL.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 10.0/Common7/IDE/PrivateAssemblies/DataCollectors/x86/MySql.VisualStudio.DLL.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 10.0/Common7/IDE/PrivateAssemblies/DataCollectors/x86/MySql.VisualStudio/MySql.VisualStudio.DLL.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 10.0/Common7/IDE/CommonExtensions/Microsoft/Editor/MySql.VisualStudio.DLL.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 10.0/Common7/IDE/CommonExtensions/Microsoft/Editor/MySql.VisualStudio/MySql.VisualStudio.DLL.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 10.0/Common7/IDE/CommonExtensions/Platform/Debugger/MySql.VisualStudio.DLL.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 10.0/Common7/IDE/CommonExtensions/Platform/Debugger/MySql.VisualStudio/MySql.VisualStudio.DLL.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 10.0/Common7/IDE/MySql.VisualStudio.EXE.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 10.0/Common7/IDE/MySql.VisualStudio/MySql.VisualStudio.EXE.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 10.0/Common7/IDE/PublicAssemblies/MySql.VisualStudio.EXE.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 10.0/Common7/IDE/PublicAssemblies/MySql.VisualStudio/MySql.VisualStudio.EXE.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 10.0/Common7/IDE/PrivateAssemblies/MySql.VisualStudio.EXE.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 10.0/Common7/IDE/PrivateAssemblies/MySql.VisualStudio/MySql.VisualStudio.EXE.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 10.0/Common7/IDE/CommonExtensions/Microsoft/TemplateProviders/MySql.VisualStudio.EXE.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 10.0/Common7/IDE/CommonExtensions/Microsoft/TemplateProviders/MySql.VisualStudio/MySql.VisualStudio.EXE.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 10.0/Common7/IDE/PrivateAssemblies/DataCollectors/MySql.VisualStudio.EXE.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 10.0/Common7/IDE/PrivateAssemblies/DataCollectors/MySql.VisualStudio/MySql.VisualStudio.EXE.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 10.0/Common7/IDE/PrivateAssemblies/DataCollectors/x86/MySql.VisualStudio.EXE.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 10.0/Common7/IDE/PrivateAssemblies/DataCollectors/x86/MySql.VisualStudio/MySql.VisualStudio.EXE.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 10.0/Common7/IDE/CommonExtensions/Microsoft/Editor/MySql.VisualStudio.EXE.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 10.0/Common7/IDE/CommonExtensions/Microsoft/Editor/MySql.VisualStudio/MySql.VisualStudio.EXE.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 10.0/Common7/IDE/CommonExtensions/Platform/Debugger/MySql.VisualStudio.EXE.
LOG: Attempting download of new URL file:///C:/Program Files (x86)/Microsoft Visual Studio 10.0/Common7/IDE/CommonExtensions/Platform/Debugger/MySql.VisualStudio/MySql.VisualStudio.EXE.
LOG: All probing URLs attempted and failed.

Can't write to the .sdf file (no replies)

$
0
0
I am writing a simple database program and using a sdf file created with vb 2010 pro

the following code is supposed to write to the database but I can't get it to any suggestions?

Code:
Dim New_Customer As KCASDataSet.CustomersRow ' sets the veriable to all the colloms of the table
Dim New_Cust_Id As String
Number_of_Records = KCASDataSet.Tables("Customers").Rows.Count 'gets the number of rows in the table

New_Cust_Id = ("0000000") & Number_of_Records 'sets the cust ID with 7 0 before it
Dim New_Cust_Id_Second As String = Microsoft.VisualBasic.Right(7, New_Cust_Id) ' gets the last 7 digits of the cust Id


New_Customer = KCASDataSet.Customers.NewCustomersRow() 'is supposed to make it so the veriable will get all data for the row

New_Customer.Customer_Number = New_Cust_Id_Second
New_Customer.First_Name = txtb_New_Customer_First_Name.Text
New_Customer.Last_Name = txtb_New_Customer_Last_Name.Text
New_Customer.Phone_Number = txtb_New_Customer_Phone_Number.Text
New_Customer.Cell_Phone_Number = txtb_New_Customer_Cell.Text
New_Customer.Street_Number = txtb_New_Customer_Street_Number.Text
New_Customer.Street = txtb_New_Customer_Street.Text
New_Customer.Town = txtb_New_Customer_Town.Text
New_Customer.State = txtb_New_Customer_State.Text
New_Customer.Zip = txtb_New_Customer_Zip.Text

KCASDataSet.Customers.Rows.Add(New_Customer) 'supposed to add the row to the table




MsgBox("New Customer added", 0)
Me.Close()

Deploying Desktop Applications that use the .NET Connector (1 reply)

$
0
0
When deploying applications (for Windows) that use the Connector, do I have to install the Connector on the target workstation first, and then install my app, or can I just copy the referenced DLL files? Or is there a way (through VS 2012) that I can package all dependencies (including the files needed by the Connector) into an "install" package.

Additional info:
The program that is using the Connector is an actual desktop applications (not a Windows Marketplace/Store "app"). The program will be run on a variety of Windows operating systems, such as Vista, 7 and 8. This program will be accessing a database stored on a remote MySQL server.

I'm using Connector version 6.7.4 for .NET.

Connecting to MySql with .NET Connector and VB (no replies)

$
0
0
I have downloaded MySQL 5.6.14 with the .NET connector.
I am currently running on Windows XP and would like to
communicate with the Server with Visual Basic Express Edition 2005 or 2008.
I have not had any success. Is this possible?

And where can I download "Visual Studio 2008" ?

Ron G

+971557928406/+971557928401 Pakistaℕi eScℴℝts Girℒs iℕ Duℬai High Profiℒℯ Duℬai (no replies)

$
0
0
+971557928406/+971557928401 Pakistaℕi eScℴℝts Girℒs iℕ Duℬai High Profiℒℯ Duℬai+971557928406/+971557928401 Pakistaℕi eScℴℝts Girℒs iℕ Duℬai High Profiℒℯ Duℬai+971557928406/+971557928401 Pakistaℕi eScℴℝts Girℒs iℕ Duℬai High Profiℒℯ Duℬai+971557928406/+971557928401 Pakistaℕi eScℴℝts Girℒs iℕ Duℬai High Profiℒℯ Duℬai+971557928406/+971557928401 Pakistaℕi eScℴℝts Girℒs iℕ Duℬai High Profiℒℯ Duℬai+971557928406/+971557928401 Pakistaℕi eScℴℝts Girℒs iℕ Duℬai High Profiℒℯ Duℬai+971557928406/+971557928401 Pakistaℕi eScℴℝts Girℒs iℕ Duℬai High Profiℒℯ Duℬai+971557928406/+971557928401 Pakistaℕi eScℴℝts Girℒs iℕ Duℬai High Profiℒℯ Duℬai+971557928406/+971557928401 Pakistaℕi eScℴℝts Girℒs iℕ Duℬai High Profiℒℯ Duℬai+971557928406/+971557928401 Pakistaℕi eScℴℝts Girℒs iℕ Duℬai High Profiℒℯ Duℬai+971557928406/+971557928401 Pakistaℕi eScℴℝts Girℒs iℕ Duℬai High Profiℒℯ Duℬai+971557928406/+971557928401 Pakistaℕi eScℴℝts Girℒs iℕ Duℬai High Profiℒℯ Duℬai+971557928406/+971557928401 Pakistaℕi eScℴℝts Girℒs iℕ Duℬai High Profiℒℯ Duℬai+971557928406/+971557928401 Pakistaℕi eScℴℝts Girℒs iℕ Duℬai High Profiℒℯ Duℬai+971557928406/+971557928401 Pakistaℕi eScℴℝts Girℒs iℕ Duℬai High Profiℒℯ Duℬai+971557928406/+971557928401 Pakistaℕi eScℴℝts Girℒs iℕ Duℬai High Profiℒℯ Duℬai+971557928406/+971557928401 Pakistaℕi eScℴℝts Girℒs iℕ Duℬai High Profiℒℯ Duℬai+971557928406/+971557928401 Pakistaℕi eScℴℝts Girℒs iℕ Duℬai High Profiℒℯ Duℬai+971557928406/+971557928401 Pakistaℕi eScℴℝts Girℒs iℕ Duℬai High Profiℒℯ Duℬai+971557928406/+971557928401 Pakistaℕi eScℴℝts Girℒs iℕ Duℬai High Profiℒℯ Duℬai+971557928406/+971557928401 Pakistaℕi eScℴℝts Girℒs iℕ Duℬai High Profiℒℯ Duℬai+971557928406/+971557928401 Pakistaℕi eScℴℝts Girℒs iℕ Duℬai High Profiℒℯ Duℬai+971557928406/+971557928401 Pakistaℕi eScℴℝts Girℒs iℕ Duℬai High Profiℒℯ Duℬai+971557928406/+971557928401 Pakistaℕi eScℴℝts Girℒs iℕ Duℬai High Profiℒℯ Duℬai+971557928406/+971557928401 Pakistaℕi eScℴℝts Girℒs iℕ Duℬai High Profiℒℯ Duℬai+971557928406/+971557928401 Pakistaℕi eScℴℝts Girℒs iℕ Duℬai High Profiℒℯ Duℬai+971557928406/+971557928401 Pakistaℕi eScℴℝts Girℒs iℕ Duℬai High Profiℒℯ Duℬai+971557928406/+971557928401 Pakistaℕi eScℴℝts Girℒs iℕ Duℬai High Profiℒℯ Duℬai+971557928406/+971557928401 Pakistaℕi eScℴℝts Girℒs iℕ Duℬai High Profiℒℯ Duℬai+971557928406/+971557928401 Pakistaℕi eScℴℝts Girℒs iℕ Duℬai High Profiℒℯ Duℬai+971557928406/+971557928401 Pakistaℕi eScℴℝts Girℒs iℕ Duℬai High Profiℒℯ Duℬai+971557928406/+971557928401 Pakistaℕi eScℴℝts Girℒs iℕ Duℬai High Profiℒℯ Duℬai+971557928406/+971557928401 Pakistaℕi eScℴℝts Girℒs iℕ Duℬai High Profiℒℯ Duℬai

BAnGaLore HI profile ESCOrtS (no replies)

$
0
0
http://swetarao.com/
Call:+91 9004930542

Hi ! I am Sweta Rao provides independent escort services in Bangalore, Bangalore Call Girl, Bangalore Escorts. It offers high class call girls and sexy female escorts across Bangalore.
Bangalore Escorts, Bangalore Independent Escorts, Bangalore Female Escorts, Escorts in Bangalore

InDepeNdEnT escort$ in BangaLorE 9004930542 (no replies)

$
0
0
http://swetarao.com/
Call:+91 9004930542
InDepeNdEnT escort$ in BangaLorE 9004930542InDepeNdEnT escort$ in BangaLorE 9004930542InDepeNdEnT escort$ in BangaLorE 9004930542InDepeNdEnT escort$ in BangaLorE 9004930542InDepeNdEnT escort$ in BangaLorE 9004930542InDepeNdEnT escort$ in BangaLorE 9004930542InDepeNdEnT escort$ in BangaLorE 9004930542InDepeNdEnT escort$ in BangaLorE 9004930542InDepeNdEnT escort$ in BangaLorE 9004930542InDepeNdEnT escort$ in BangaLorE 9004930542InDepeNdEnT escort$ in BangaLorE 9004930542InDepeNdEnT escort$ in BangaLorE 9004930542InDepeNdEnT escort$ in BangaLorE 9004930542InDepeNdEnT escort$ in BangaLorE 9004930542InDepeNdEnT escort$ in BangaLorE 9004930542InDepeNdEnT escort$ in BangaLorE 9004930542InDepeNdEnT escort$ in BangaLorE 9004930542InDepeNdEnT escort$ in BangaLorE 9004930542InDepeNdEnT escort$ in BangaLorE 9004930542InDepeNdEnT escort$ in BangaLorE 9004930542InDepeNdEnT escort$ in BangaLorE 9004930542InDepeNdEnT escort$ in BangaLorE 9004930542InDepeNdEnT escort$ in BangaLorE 9004930542InDepeNdEnT escort$ in BangaLorE 9004930542InDepeNdEnT escort$ in BangaLorE 9004930542InDepeNdEnT escort$ in BangaLorE 9004930542InDepeNdEnT escort$ in BangaLorE 9004930542InDepeNdEnT escort$ in BangaLorE 9004930542InDepeNdEnT escort$ in BangaLorE 9004930542InDepeNdEnT escort$ in BangaLorE 9004930542InDepeNdEnT escort$ in BangaLorE 9004930542InDepeNdEnT escort$ in BangaLorE 9004930542InDepeNdEnT escort$ in BangaLorE 9004930542InDepeNdEnT escort$ in BangaLorE 9004930542InDepeNdEnT escort$ in BangaLorE 9004930542InDepeNdEnT escort$ in BangaLorE 9004930542InDepeNdEnT escort$ in BangaLorE 9004930542InDepeNdEnT escort$ in BangaLorE 9004930542InDepeNdEnT escort$ in BangaLorE 9004930542InDepeNdEnT escort$ in BangaLorE 9004930542InDepeNdEnT escort$ in BangaLorE 9004930542InDepeNdEnT escort$ in BangaLorE 9004930542InDepeNdEnT escort$ in BangaLorE 9004930542InDepeNdEnT escort$ in BangaLorE 9004930542InDepeNdEnT escort$ in BangaLorE 9004930542InDepeNdEnT escort$ in BangaLorE 9004930542InDepeNdEnT escort$ in BangaLorE 9004930542InDepeNdEnT escort$ in BangaLorE 9004930542InDepeNdEnT escort$ in BangaLorE 9004930542InDepeNdEnT escort$ in BangaLorE 9004930542InDepeNdEnT escort$ in BangaLorE 9004930542InDepeNdEnT escort$ in BangaLorE 9004930542InDepeNdEnT escort$ in BangaLorE 9004930542InDepeNdEnT escort$ in BangaLorE 9004930542InDepeNdEnT escort$ in BangaLorE 9004930542InDepeNdEnT escort$ in BangaLorE 9004930542InDepeNdEnT escort$ in BangaLorE 9004930542InDepeNdEnT escort$ in BangaLorE 9004930542InDepeNdEnT escort$ in BangaLorE 9004930542InDepeNdEnT escort$ in BangaLorE 9004930542InDepeNdEnT escort$ in BangaLorE 9004930542InDepeNdEnT escort$ in BangaLorE 9004930542InDepeNdEnT escort$ in BangaLorE 9004930542InDepeNdEnT escort$ in BangaLorE 9004930542InDepeNdEnT escort$ in BangaLorE 9004930542InDepeNdEnT escort$ in BangaLorE 9004930542InDepeNdEnT escort$ in BangaLorE 9004930542InDepeNdEnT escort$ in BangaLorE 9004930542InDepeNdEnT escort$ in BangaLorE 9004930542InDepeNdEnT escort$ in BangaLorE 9004930542InDepeNdEnT escort$ in BangaLorE 9004930542InDepeNdEnT escort$ in BangaLorE 9004930542InDepeNdEnT escort$ in BangaLorE 9004930542InDepeNdEnT escort$ in BangaLorE 9004930542InDepeNdEnT escort$ in BangaLorE 9004930542

Caℒℒ giRℒs In BangaloRE +91 9004930542 Caℒℒ giRℒs (no replies)

$
0
0
http://swetarao.com/
Call:+91 9004930542

Caℒℒ giRℒs In BangaloRE +91 9004930542 Caℒℒ giRℒsCaℒℒ giRℒs In BangaloRE +91 9004930542 Caℒℒ giRℒsCaℒℒ giRℒs In BangaloRE +91 9004930542 Caℒℒ giRℒsCaℒℒ giRℒs In BangaloRE +91 9004930542 Caℒℒ giRℒsCaℒℒ giRℒs In BangaloRE +91 9004930542 Caℒℒ giRℒsCaℒℒ giRℒs In BangaloRE +91 9004930542 Caℒℒ giRℒs
Caℒℒ giRℒs In BangaloRE +91 9004930542 Caℒℒ giRℒs
Caℒℒ giRℒs In BangaloRE +91 9004930542 Caℒℒ giRℒs
Caℒℒ giRℒs In BangaloRE +91 9004930542 Caℒℒ giRℒs
Caℒℒ giRℒs In BangaloRE +91 9004930542 Caℒℒ giRℒs
Caℒℒ giRℒs In BangaloRE +91 9004930542 Caℒℒ giRℒsCaℒℒ giRℒs In BangaloRE +91 9004930542 Caℒℒ giRℒs
Caℒℒ giRℒs In BangaloRE +91 9004930542 Caℒℒ giRℒs
Caℒℒ giRℒs In BangaloRE +91 9004930542 Caℒℒ giRℒs
Caℒℒ giRℒs In BangaloRE +91 9004930542 Caℒℒ giRℒsCaℒℒ giRℒs In BangaloRE +91 9004930542 Caℒℒ giRℒs
Caℒℒ giRℒs In BangaloRE +91 9004930542 Caℒℒ giRℒs
Caℒℒ giRℒs In BangaloRE +91 9004930542 Caℒℒ giRℒs
Caℒℒ giRℒs In BangaloRE +91 9004930542 Caℒℒ giRℒs
Caℒℒ giRℒs In BangaloRE +91 9004930542 Caℒℒ giRℒs
Caℒℒ giRℒs In BangaloRE +91 9004930542 Caℒℒ giRℒs
Caℒℒ giRℒs In BangaloRE +91 9004930542 Caℒℒ giRℒs
Caℒℒ giRℒs In BangaloRE +91 9004930542 Caℒℒ giRℒs
Caℒℒ giRℒs In BangaloRE +91 9004930542 Caℒℒ giRℒs
Caℒℒ giRℒs In BangaloRE +91 9004930542 Caℒℒ giRℒs
Caℒℒ giRℒs In BangaloRE +91 9004930542 Caℒℒ giRℒs
Caℒℒ giRℒs In BangaloRE +91 9004930542 Caℒℒ giRℒs
Caℒℒ giRℒs In BangaloRE +91 9004930542 Caℒℒ giRℒsCaℒℒ giRℒs In BangaloRE +91 9004930542 Caℒℒ giRℒsCaℒℒ giRℒs In BangaloRE +91 9004930542 Caℒℒ giRℒs
Caℒℒ giRℒs In BangaloRE +91 9004930542 Caℒℒ giRℒs

getting data from stored procedure into .NET Connector (no replies)

$
0
0
So, I've been working with stored procedures and the .NET connector a little, but how do you get a result from a stored procedure (that performs a query on a table, for example) into the .NET connector to be used in a VC# or VB program?
Viewing all 1447 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>