hi,
i find and use fine class described on thread708-970319, thanks BobRodes.
i would like to know how to configure time-out to ftp connection and define time-out to ftp request(put).
thanks 4 your time.
(y)
Hello,
when using an application with an active treeview,in winnt/windows98 it works, but dont works well in 2000, the tree appears, but the labels dont....
anyone have a idea to solve that.
T.Y.
Hello,
i made a small application in access2000, and in my computer it works fine, but, if i run same application when making a select i have no results.
Public Function getOpGrava(d, o)
Dim conDatabase As ADODB.Connection
Dim rstGrav As ADODB.Recordset
Dim strSQL As String
Dim...
Hello,
i have 2 queries (one return fields: a,b ;and other returns: a,c) i make a macro to run both queries, but now i would like that result to use in a new form(to see fields : a,b,c), is it possible to set form RecordSource to my macro?
T.Y.
hello,
i make several runtime selects to my database, and got a string with final result, and give listbox recordsource to that string, but when having lot of results i got a error message:
"The setting for this property is too long"
there is any way to avoid this, or should thing in...
Hello,
during a sql consult i want to "force" continous forms,or datasheet forms, with resulted values ...is it possible???
my form has no RecordSource, i want the values returned by my select...
t.y.
Hello,
I'm using a TreeControl, and after query my db I insert results in treecontrol using:
treeview1.Nodes.Add , , "firstkey", "first"
treeview1.Nodes.Add "firstkey", tvwChild, "childkey", "child"
'treeview1.Nodes.Add "childkey"...
Hello
i have one form without RecordSource information, i consult one table and check user/password, but after that i want to insert data in one table, using:
Dim strSQL As String
strSQL = "INSERT INTO prod(day,op) VALUES (" & d & ",'" & o & "')"
Dim conDatabase As...
Hello,
i made a small application and it works, but now I copy them to another computer and i got compile errors in:
- Date
- Trim
- stLinkCriteria
...this are system functions ....and i have Access2000 in both machines....
anyone know whats happen???
T.Y.
Hello,
i have this
fdt="09-Jul-02"
sdt="10-Jul-02"
strSQL="select name from employee where bd between " & fdt & " and " & sdt
whats the problem here??its because between.... or problems with bad using strings????
T.Y.
Hello all,
after use my vb query(
like:
...
strSQL = "Select name,age from employees"
Set rstAllForn = New Recordset
...)
how can I fill MSDataGridLib(ActiveXCtl) fields with results of my select??
thanks for your time.
Hello all
after get the results of one select in database,access using CurrentProject.Connection , I close everything , RecordSet and Connection, and then I want to make other select,to other table, and i got an infinite cycle...i saw that in EOF property i have "Operation is not allowed...
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.