Hi all
I create a table in my SQL 2000 Database, with the name "choose". I insert 2 columns value1 as integer and value2 as string.
How I can write values in database choose and how I can update them?
I want to do it in command, and not with designers/dataenvironment
Thank you
Hi all
Is any way to retrive data from a vb6 table?
For example
I have in VB6
Dim i(1 to 10,1 to 10) as integer
Can I send this data to CR?
Thank you for support
At this code I get this error why?
code
Sub Get_Accountno()
Dim Conn as ADODB.Connection 'Connection
Dim Rs as ADODB.Recordset 'Recordset
Dim strQuery As String 'Command
Set Conn = New ADODB.Connection
With Conn
.CursorLocation = adUseClient
.ConnectionString=...
Hi
Is there any way to print my data to a datareport
or crystal report and retriving my data from a table?
Dim PARAS(1 To 999) as Integer --> datareport
or
Dim PARAS(1 To 999) as Integer --> crystal report
Thank you
I have a text area in my asp page
"code"
<textarea name="content" rows=10 cols=60>
</textarea>
"end of code"
Is there any way to fill the text area with the
value of one variable?
Thank you for your time.
hi all
I have this code to move down with my datagrid.
All things is going fine whene for a reason
the grid is starting jumping lines without reading the line saing in the i loop.
k = DataGrid1.ApproxCount
For i = 0 To k Step 1
DataGrid1.Row = i
code = DataGrid1.Text
DataGrid1.Col...
Hi there
I have a report ready connected with a Query.
I make a copy of that report and I want to connect it
with a diferent Query how I can do that.
I am using Access 2003
Thank you
Hi there
I have a report ready connected with a Query.
I make a copy of that report and I want to connect it
with a diferent Query how I can do that.
I am using Access 2003
Thank you
Hi there
I have a report ready connected with a report.
I make a copy of that report and I want to connect it
with a diferent report how I can do that.
I am using Access 2003
Thank you
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.