User Profile
Collapse
-
Thank you! I'll try it. -
I have a small programe to import excel file to database that can be usefull with a bit customization. E-mail me at filterking_555@ yahoo.com if you still need it.Leave a comment:
-
Thank you! I also usually visit this website anytime I work with a new db. But this time, it's not help much. I've tried some model but the error message always is "Invalid argument", really dont know why.
Now I'm trying to review all my step, may be the problem is not because of my ConnectionStrin g. Could you just give me some infos, like for the environment, which programe or lib I have to install first.Leave a comment:
-
thank you so much but...
Thank you so much for the reply. I've got a sample from the link you gave but it still return the same error message: "Invalid argument" when I call the connectionStrin g.
Here the code it is. Please help me to fix the problem:
- IBM Data Server Driver for ODBC, CLI, .NET - DSDRIVER32 (installed)
- VS Add-Ins for DB2 9.5.2 (installed)
...Code:Imports IBM.Data.DB2
Leave a comment:
-
-
How to connect to DB2 database using VB.NET
Hi all,
I trying IBM DB2 Database. I want to connect to DB2 database with these code:
...Code:Imports IBM.Data.DB2 Module mdMAIN Public db2CNN As New DB2Connection Public strSRV As String = "xxx.xxx.xxx.xxx" Public strUSR As String = "xxx" Public strPASS As String = "xxx" Public Sub getCNN() -
VB.NET: How to read a DAT file
Hi all,
I have a DAT file that have the structure like:
AAAABBCCCCCCDDD EEFGHHHHHHHAAAA BBCCCCCCDDDEEFG HHHHHHHAAAABBCC CCCCDDDEEFGHHHH HHHAAAABBCCCCCC DDDEEFGHHHHHHHA AAABBCCCCCCDDDE EFGHHHHHHHAAAAB BCCCCCCDDDEEFGH HHHHHHAAAABBCCC CCCDDDEEFGHHHHH HHAAAABBCCCCCCD DDEEFGHHHHHHHAA AABBCCCCCCDDDEE FGHHHHHHHAAAABB CCCCCCDDDEEFGHH HHHHHAAAABBCCCC CCDDDEEFGHHHHHH HAAAABBCCCCCCDD DEEFGHHHHHHH... ..
AAAA: Info 01
BB: Info 02... -
VB.NET: Update Oracle Table from data in excel file
Hi all,
I need to get some data in an excel file and then update them into a table in OracleDB. Please, anyone have experience in this case can give me a help!
==== Example:
Oracle Table: Field01 | Field02 | Field03 | Field04 |
Excel File: Column01 | Column02 | Column03 |
==>
I want to update Filed04 with the value in Column03 where Field01 = Column01
Thank you all! -
Poor! I've tryed but I can not finish these!
I must try again (and again, hix hix)Leave a comment:
-
Thanks for your reply!
Could you just help me to change your code into VB.NETLeave a comment:
-
VB.NET: Problem with charset setting when export to Excel
Hi all,
I've asked too much question in this day, hehe.
I'm trying to export my table data in OracleDB to excel. The problem is my charset in database is US7ACSII (using Vietnamese font), when I exprort to excel it's changed to Unicode UTF-8 so all of the characters had lost, text cannot be display correctly.
Is it possible to add a charset setting to code.
Thank you!
I'm... -
-
-
VB.NET: How to Create and save bitmap
Hi everyone,
I want to create a form, there will be some textbox where I can enter some information (like: Nam, age, nationality, link to my picture...).
And then, there will be a button also, when I click on this button, the image that include the infor I've inserted will be saved to jpg or gif file.
Is this possible? Please someone can help me handle that.
Thank you!
Good day. -
Well, it sound not very simple.
Anyway, thank you so much, I will try your direction.
But is there any other way?Leave a comment:
-
Thank you for the attention!
There is no problem with the value -20 or -1, it just give my list delay for 20sec at the 1st line of data.
The problem is my list scrolls automatically but it scrolls line by line (line number 1, line number 2, line number 3... to the end). And I wish I could have a list that scrolls automatically by pixel (as you can see at any website that have auto scrolling function).
...Leave a comment:
-
VB.NET: Create a smooth auto scrollbar when using C1.FlexGrid
Hi all,
I'm using ComponentOne FlexGrid for VB.NET to display my data. To create a auto scrollbar using a timer object as:
...Code:Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick If ScrollStep = gInfo.Rows.Count - 20 Then ScrollStep = -20 Else gInfo.TopRow = ScrollStep ScrollStep = ScrollStep + 1 End If
No activity results to display
Show More
Leave a comment: