Click here to Skip to main content
15,914,608 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Run-time error Pin
MsmVc18-May-10 22:15
MsmVc18-May-10 22:15 
GeneralRe: Run-time error Pin
DaveAuld18-May-10 22:54
professionalDaveAuld18-May-10 22:54 
AnswerRe: Run-time error Pin
Sonhospa16-May-10 23:57
Sonhospa16-May-10 23:57 
AnswerRe: Run-time error Pin
William Winner17-May-10 8:10
William Winner17-May-10 8:10 
GeneralRe: Run-time error Pin
DaveAuld18-May-10 22:54
professionalDaveAuld18-May-10 22:54 
GeneralRe: Run-time error Pin
William Winner19-May-10 4:45
William Winner19-May-10 4:45 
GeneralRe: Run-time error Pin
DaveAuld19-May-10 4:48
professionalDaveAuld19-May-10 4:48 
QuestionVB.Net Firebird ADO Pin
FrankPacher16-May-10 12:23
FrankPacher16-May-10 12:23 
Hey Guys,

to first: Sorry for my bad english !!
I have found nothing suitable, despite gegoogle. But maybe someone knows of you the problem.
I have run a VB.Net 3.5 - App with Interbase 6.1. As ADO driver do I use "Firebird ADO.NET Data provider for. NET and Mono 1.7" from
Sean Leyne. (This driver also works with Interbase.)
Now I wanted to switch to Firebird 2.1. The change in the database has
even if folded. All domains, triggers, etc. run from DB.
With my SQL-Console (IB-Expert) can also easily edit the database.
The Connection String is also true:
<Password = masterkey; Database = C: \ XYZ \ DB.FDB; Dialect = 3; User Id = SYSDBA; Data Source = localhost; charset = ISO8859_1>
<br />
...<br />
Public myDataConn As New FbConnection<br />
Public myDataConnString As New FbConnectionStringBuilder<br />
myDataConn.ConnectionString = "Password = masterkey; Database = C:\XYZ\DB.FDB; Dialect = 3; User ID = SYSDBA; Data Source = localhost; charset = ISO8859_1"<br />
myDataConn.Open()<br />
...<br />

But I get the Open() an error message that I do not
can understand Confused | :confused: Confused | :confused: .
Error message
"Offset and length of the array are out of range, or
the number is greater than the number of elements from index to end of
Source collection. "(Error Target: Void BlockCopy (System.Array, Int32,
System.Array, Int32, Int32)

With Interbase 6.1 is full working and no problems.

Does anyone know of the problem or you have a tip for the solution?

Thank you in advance for your help
Frank
AnswerRe: VB.Net Firebird ADO Pin
Dalek Dave16-May-10 13:07
professionalDalek Dave16-May-10 13:07 
AnswerRe: VB.Net Firebird ADO Pin
Simon_Whale16-May-10 22:13
Simon_Whale16-May-10 22:13 
Questionhow to find text in excel with vb.net? Pin
sanyexian15-May-10 21:42
sanyexian15-May-10 21:42 
AnswerRe: how to find text in excel with vb.net? Pin
dan!sh 16-May-10 0:24
professional dan!sh 16-May-10 0:24 
GeneralRe: how to find text in excel with vb.net? Pin
Dalek Dave16-May-10 1:42
professionalDalek Dave16-May-10 1:42 
Questionshape drawing and coordinations Pin
tuolesi15-May-10 5:12
tuolesi15-May-10 5:12 
AnswerRe: shape drawing and coordinations Pin
DaveAuld15-May-10 5:31
professionalDaveAuld15-May-10 5:31 
GeneralRe: shape drawing and coordinations Pin
tuolesi15-May-10 6:37
tuolesi15-May-10 6:37 
GeneralRe: shape drawing and coordinations Pin
DaveAuld15-May-10 6:42
professionalDaveAuld15-May-10 6:42 
GeneralRe: shape drawing and coordinations Pin
tuolesi15-May-10 7:03
tuolesi15-May-10 7:03 
GeneralRe: shape drawing and coordinations Pin
tuolesi17-May-10 5:25
tuolesi17-May-10 5:25 
AnswerRe: shape drawing and coordinations Pin
Luc Pattyn15-May-10 6:39
sitebuilderLuc Pattyn15-May-10 6:39 
QuestionAxDtPicker problems oleDate is invalid [modified] Pin
QuickBooksDev15-May-10 4:20
QuickBooksDev15-May-10 4:20 
AnswerRe: AxDtPickter problems oleDate is invalid Pin
Johan Hakkesteegt17-May-10 2:36
Johan Hakkesteegt17-May-10 2:36 
GeneralRe: AxDtPickter problems oleDate is invalid Pin
QuickBooksDev17-May-10 8:35
QuickBooksDev17-May-10 8:35 
GeneralRe: AxDtPickter problems oleDate is invalid Pin
Johan Hakkesteegt17-May-10 22:07
Johan Hakkesteegt17-May-10 22:07 
GeneralRe: AxDtPickter problems oleDate is invalid Pin
QuickBooksDev19-May-10 7:11
QuickBooksDev19-May-10 7:11 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.