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
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 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
hi
Where is the error on this code
code
SELECT Table1.aa, Table1.bb
FROM Table1
WHERE (((Table1.aa) Like "'" & [Forms]![form1]![CoboBox0].[Text] & "%'"));
Hi all
I have in my house a 3com wireless router with ip 192.168.1.1.
In the office a linksys wireless router with ip 192.168.2.1 that goes to the second lan card of my sbs2003 server how used as proxy server with ip 192.168.1.1.
You can understand that my lan has internal ip as 192.168.1.x...
Hi
When I execute a restore, in my sql database I get the error
Microsoft sql-dmo (odbc sqlstate: 42000). And say that I dont have much space, but I do.
Why?
Hi
When I execute a restore, in my sql database I get the error
[Microsoft][ODBC SQL Server Driver][SQL Server] error 42000. And say that I dont have much space, but I do.
Why?
Hi
My SQL Script return Decimal values with "," instend of "."
In my country is corect (Greece) but in VB doesnt.
Can I change that without changing the regional settings
Thank you.
Hi all
I have this code
Private Sub Form_Load()
' **** Create Connection and Recordset Objects ****
Dim cnConn As ADODB.Connection
Dim rs As ADODB.Recordset
Dim strsql As String
' **** Instantiate the new objects ****
Set cnConn = New ADODB.Connection
Set rs = New ADODB.Recordset
' **** Set...
Hi all
Dim cnConn As ADODB.Connection
Dim rs As ADODB.Recordset
Set cnConn = New ADODB.Connection
Set rs = New ADODB.Recordset
With cnConn
.Provider = "SQLOLEDB.1"
.Properties("Data Source").Value = "server"
.Properties("User ID").Value = "clroot"
.Properties("Password").Value...
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.