Hello all,
I can't understand why the ProductionModeEnabled doesn't work when I try to turn it to false...
The server start well, but I can't load new class version while it is running.
Any idea ?
Hello,
There're two ways :
- The first is about money !!! If you pay your database license depending connection, you must open/close each time you need retreive informations.
- The second is technical, you should'nt open/close your connection each time, indeed, It's one of the more...
Hello,
I'm working with VB 6.0, and try to query (through ADO) an ORACLE database (OLE-DB for ODBC) all works fine except Number fields. Indeed they're always retreived with a Zero value.
Anybody meet the strange error ?
No, I need to compress many files into a file. Like ZIP do it !!!
But I don't want to run Command to run pkzip or things like that, and mainly, I want to retreive success or error code to know if the compression (or decompression) was right.
No, I need to commpress many files into a file. Like ZIP do it !!!
But I don't want to run Command to run pkzip or things like that, and mainly, I want to retreive success or error code to know if the compression (or decompression) was right.
HOWTO: Use the System Tray Directly from Visual Basic 5.0
Last reviewed: November 3, 1997
Article ID: Q176085
The information in this article applies to:
Microsoft Visual Basic Control Creation, Learning, Professional, and Enterprise Editions for Windows, version 5.0
SUMMARY
This article...
No you don't need to know which directory !!!
When you build your application (in VB), you set a cursor (.ico) to the property mouseicon. Then this cursor will be INCLUDE in your EXE application, then you don't need to specify the path of the cursor again, the EXE do it for you, and you don't...
Sorry, it doesn't work vb5prgrmr...
Indeed, this hdc property can change during execution so I can't fixe it in a variable to get it after.
Any other idea ?
Hi, the easiest way is to replace your field value quote with another character you'll never found....
by exemple :
cFilter = REPLACE("MUNGR,B''NORE,I(602)","'","¤")
rs.filter="Description = 'BPD LUCKNOW(260)' and REPLACE(TERRITORYNAME,'''','¤') =" &...
Yes you can get it (with ACCESS)
dim adoMain as new adodb.recordset
set adoMain = conmain.OpenSchema(adSchemaTables)
do while not adomain.eof
debug.print adoMain("TABLE_NAME") & " - " & adoMain("DATE_MODIFIED")
adomain.movenext
loop
Let try....
SEE you Soon
Hi, I already got this problem with some customers, and most of the time I try to 'sold' them another solution which is easier to program.
Instead of put the combo in the datagrid, I prefer put a combo at the bottom or the top of the datagrid but fully independant of the datagrid.
You link the...
Hi...
This is your miracle solution....
(a bit long by efficient....)
Add the following code to the General Declarations section of Form1:
' Declare Type for API call:
Private Type OSVERSIONINFO
dwOSVersionInfoSize As Long
dwMajorVersion As Long...
Hi vryboby,
I'm working with VB since 8 year and never seen this problem :
When I execute my application (.exe) on a computer (witch is not mine) all the textboxes stay with the text "TEXT1" whereas this textboxes are linked with an adocontrol witch contain data. I'm sure that it...
Hi,
You'd better try to put '#' into your sql-code :
dim cSql as string
dim cDate as string
cDate = "10/10/2002"
cSql = "UPDATE table set theDate = '#" & cDate & "#'"
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.