I have a project with only 1 component added. Is there anyway to create an EXE that will not need an installer using VB6, but can run on any machine that can run a basic VB App?
I have 2 tables with a Long Text columns and I think I stuffed more data than I was supposed to into them and now I can't delete the rows or the tables. I first put over 16,000 characters in the cells without realizing. Then created a new table and put only 16,000 characters, instead of 16K...
I installed MySQL and some related component seems to have corrupted my 'id' files. Whenever I open a shell I get
"bash: /bin/id: Permission denied"
"bash: [: too many arguments"
I checked every copy of my 'id' file and they all say:
"Stopping MYSQL...
Microsoft made a change in IE with patch Q321232 and now I can't access my database accross the LAN. It's seem to be related to the following:
You may not be able to open some file types in Internet Explorer (for example, Microsoft Word documents, Microsoft Excel spreadsheets, or Tagged...
Microsoft made a change in IE with patch Q321232 and now I can't access my database accross the LAN. It's seem to be related to the following:
You may not be able to open some file types in Internet Explorer (for example, Microsoft Word documents, Microsoft Excel spreadsheets, or Tagged...
I noticed that when I create a setup package (using VB6) it works fine if I install it again and again. However, when I go to delete it shows multiple instances of the application. How do I prevent this?
I'm taking over a project someone left. All I have is the exe for one of the programs. Is there a way to get back the actual files/coding used to build the exe?
Thanx
O.P.
I have a database that I convert from Access97 to Access2000. When it was in 97 I would do an export of reports to excel and it would retain some formating with things like Summing for totals in the footers. Now in 2000 none of the formatting seems to be carrying over from the report to excel...
I have a database that I convert from Access97 to Access2000. When it was in 97 I would do an export of reports to excel and it would retain some formating with things like Summing for totals in the footers. Now in 2000 none of the formatting seems to be carrying over from the report to excel...
When I try this:
UPDATE [Certifications] SET [Verified] = 'True' WHERE [Employee Name] = 'Buttros, Peter' AND [Certification] = 'MCSE' AND [Verified] = 'False';
I get:
…[SQL Server]Syntax error converting the varchar value 'False' to a column of data type bit.
And when I try this:
UPDATE...
When I try this:
UPDATE [Certifications] SET [Verified] = 'True' WHERE [Employee Name] = 'Buttros, Peter' AND [Certification] = 'MCSE' AND [Verified] = 'False';
I get:
…[SQL Server]Syntax error converting the varchar value 'False' to a column of data type bit.
And when I try this:
UPDATE...
When I try this:
UPDATE [Certifications] SET [Verified] = 'True' WHERE [Employee Name] = 'Buttros, Peter' AND [Certification] = 'MCSE' AND [Verified] = 'False';
I get:
…[SQL Server]Syntax error converting the varchar value 'False' to a column of data type bit.
And when I try this:
UPDATE...
I have a textbox DTC connected to a recordset that I want to make updateable. I want to be able to capture the change to use to update the recordset later.
I have tried:
<SCRIPT ID=serverEventHandlersVBS LANGUAGE=vbscript RUNAT=Server>
Sub thisPage_onenter()
DataTxtBox1.advise...
I have a textbox DTC connected to a recordset that I want to make updateable. I want to be able to capture the change to use to update the recordset later.
I have tried:
<SCRIPT ID=serverEventHandlersVBS LANGUAGE=vbscript RUNAT=Server>
Sub thisPage_onenter()
DataTxtBox1.advise...
Im using "function thisPage_onbeforeserverevent(obj,evnt)" in a Javascript block for an onblur event. I'm trying to find out how I can capture a value from a textbox that I will need when the page calls itself again. I can't use Session('MyVar') and thisPage.setMyVal doesn't work as...
Im using "function thisPage_onbeforeserverevent(obj,evnt)" in a Javascript block for an onblur event. I'm trying to find out how I can capture a value from a textbox that I will need when the page calls itself again. I can't use Session('MyVar') and thisPage.setMyVal doesn't work as...
I'm trying to capture the value of a Textbox DTC and update a recordset with it when the user is done updating. the problem I'm running into is:
1) Session variables don't seem to work inside the event handler unless it's run on the server
2) If the event handler is set to run on the server...
I'm trying to capture the value of a Textbox DTC and update a recordset with it when the user is done updating. the problem I'm running into is:
1) Session variables don't seem to work inside the event handler unless it's run on the server
2) If the event handler is set to run on the server...
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.