-
A Firebird 2.0 Data Access Layer With VB.NET (Developer info)
There's a bug in clause:
Public Function ImportData(ByVal sSql As String, ByVal Filename As String, Optional ByVal Delimiter As String = ";", Optional ByVal Disconnect As Boolean = False) As Boolean
It should be:
Public Function ImportData(ByVal sSql As String, ByVal Filename As String, Optional ByVal Disconnect As Boolean = False) As Boolean
Format in data file should be then: 100,'a','b',8 (separated by comma, not semicolon).
Sorry about that forgotten part in the code.
BR
Nakkimake
Similar Threads
-
Replies: 7
Last Post: 10-08-2006, 08:59 AM
-
By phillysri in forum VB Classic
Replies: 1
Last Post: 10-28-2005, 11:31 PM
-
By Mike Mitchell in forum .NET
Replies: 60
Last Post: 09-13-2002, 05:41 PM
-
By Issam Elbaytam \(DD\) in forum vb.announcements
Replies: 0
Last Post: 06-13-2001, 11:48 AM
-
By Al Boyd in forum VB Classic
Replies: 0
Last Post: 01-17-2001, 10:38 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks