How to test web flash applications?
You can test it like any other application i.e. taking into account requirements & specification. ———————- <pre><object width=”550″ height=”400″> <param name=”movie” value=”somefilename.swf”> <embed src=”somefilename.swf” width=”550″ height=”400″> </embed> </object></pre> This code should work if you have a swf file. Just name the file test.html and you can open it in your web browser.

View Answer   |  April 7, 2009  10:34 PM
Flash, Flash Application Testing, Flash Applications
answered by:
27,310 pts.

Connecting a SQL Server database with Visual Basic 6.0
use an ADODB data connection: dim cn As New ADODB.connection dim rs As New ADODB.Recordset If cn.state = 0 Then cn.Open “Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=DatabaseName;Data Source=.”

View Answer   |  April 7, 2009  10:25 PM
SQL Server database, Visual Basic, Visual Basic 6
answered by:
27,310 pts.

Macro toolbar buttons
<a href=”http://www.barrelofcrafts.com/index.php/how-to-create-a-toolbar-button-for-an-existing-macro/”>Here is a guide</a> on how to do this in excel.

View Answer   |  April 7, 2009  7:27 PM
Macro toolbar buttons, VBA, Visual Basic for Applications
answered by:
56,975 pts.

What tools do I need to start developing applications for the Blackberry?
You will find all you need to know in the <a href=”http://na.blackberry.com/eng/developers/”>BlackBerry Developer Zone</a> Good luck.

View Answer   |  April 7, 2009  5:12 PM
BlackBerry, Development tools, Mobile development
answered by:
0 pts.

SQL 6.5 Upgrade
I have not done this upgrade, but I would not expect to see performance drop. Some things to check and do if missing <ul> Have you set Maximum Memory for SQL Server Have you changed database compatibility level to 10 Have you re-created statistics for all your upgraded databases Do you have enough memory on [...]

View Answer   |  April 7, 2009  2:56 PM
SQL, SQL 6, SQL 6.5, SQL Upgrades
answered by:
130 pts.

Bundling MySQL Community Edition
Distribute it shouldn’t be a problem but if your software is making some kind of business I suggest you to <a href=”http://www.mysql.com/about/contact/”>contact them</a>

View Answer   |  April 7, 2009  1:59 PM
GPL, MySQL, MySQL Community Edition, MySQL License, Open source software
answered by:
9,695 pts.

Which multimedia database can be used with VB.NET
You can use SQL Express or MySQL seen that these are the most frequently used ones and support images but I suggest you the Microsoft one. For connection try and Google it or refer to <a href=”http://www.homeandlearn.co.uk/NET/nets12p4.html”>this simple tutorial</a>.

View Answer   |  April 7, 2009  12:22 PM
Application development, Image databases, Multimedia database, VB.NET, Visual Basic .NET
answered by:
9,695 pts.

Duplicate object (PF) using SQL with same attributes
Hi, <a href=”http://publib.boulder.ibm.com/infocenter/systems/scope/i5os/index.jsp?topic=/db2/rbafzhctabl.htm&tocNode=toc:rzahg/i5os/4/7/7/7/33/”>You should be able to use the CREATE TABLE with the LIKE clause.</a> Regards, Martin Gilbert.

View Answer   |  April 6, 2009  10:07 AM
CRTDUPOBJ, LVLCHK, PF, Physical File, RPG, RPG/400, SQL, SQL/400
answered by:
23,625 pts.

Pseudocode design for variable due
A pseudocode is just a sequence of steps in a codee like statements to help u develop the required code so it is not that difficult to guess, and your question would look something like this: 1- Enter the total amount and assing this to a varaible called say Total 2-nter the dowonpayment amount and [...]

View Answer   |  April 6, 2009  6:44 AM
Pseudocode, Pseudocode design, Software development
answered by:
70 pts.

answered by:
63,535 pts.

Why don’t all my values show up in my ComboBox list?
Please specify which language you are using and post also an excerpt of your code so we’ll try and help you.

View Answer   |  April 5, 2009  3:38 PM
ComboBox
answered by:
9,695 pts.

Getting information from Inf driver file
<a href=”http://www.freewarebb.com/3DP-Chip-v904-file6506.html”>This tool </a>show relevant information on device drivers, you might try it.

View Answer   |  April 5, 2009  6:15 AM
Drivers, inf, VBScript
answered by:
9,695 pts.

How can I create a registry script file that I can distribute through Group Policy?
Create a VBScript instead: <pre>const HKEY_LOCAL_MACHINE = &H80000002 strComputer = “.” Set StdOut = WScript.StdOut Set oReg=GetObject(“winmgmts:{impersonationLevel=impersonate}!” &_ strComputer & “rootdefault:StdRegProv”) strKeyPath = “SOFTWARESystem Admin Scripting Guide” strValueName = “String Value Name” strValue = “string value” oReg.SetStringValue HKEY_LOCAL_MACHINE,strKeyPath,strValueName,strValue strValueName = “DWORD Value Name” dwValue = 82 oReg.SetDWORDValue HKEY_LOCAL_MACHINE,strKeyPath,strValueName,dwValue </pre>

View Answer   |  April 5, 2009  5:36 AM
Group Policy, Registry Script
answered by:
9,695 pts.

Creating a GPO with Script
Hereafter an example on how to get all Adobe products and versions installed in computers that are read from text file. You simply create a text file named <b>C:computers.txt</b> and then launch this VBS script. All computers that will have the given product installed will be written to <b>C:output.txt</b> <pre>Set objFSO = CreateObject(“Scripting.FileSystemObject”) Set objOutPutFile [...]

View Answer   |  April 4, 2009  5:43 PM
Adobe, GPO, Group Policy Objects
answered by:
9,695 pts.

C programming and DOS
If you mean playing the file in a pure DOS environment I’d say it’s hard if not even impossible; if instead you want to START an audio file simply START C:Program FilesWindows Media Playermplayer2.exe and pass the path to the file as option

View Answer   |  April 4, 2009  4:51 PM
C, DOS, Software development, Turbo C
answered by:
9,695 pts.

Certificate enrollment failed – says RPC server unavailable
This comes “as is” from a Microsoft forum: 1) Is the CA machine reachable from the client machine on which the request is being generated 2) The client machine should be in the same domain as the CA machine or both of them should be in the same domain for DCOM to be able to [...]

View Answer   |  April 4, 2009  4:45 PM
Certificate Enrollment, Digital certificates, Error 800706BA, RPC, RPC Server Unavailable, Web security, Windows Server 2003
answered by:
9,695 pts.

What are the latest Java technologies?
http://java.sun.com/

View Answer   |  April 19, 2013  3:14 PM
Hibernate, Java, Java Servlets, JSP, Struts
answered by:
9,695 pts.

Date/time Calculation
I’m not sure about the language/environment you refer to but anyway many languages include datetime operations such as DATEDIFF, DATEADD, DATEPART and so on. Anyway I assume that SQL is used in this case so: <b>SELECT (DATEDIFF( hh , startdate , enddate ) ) as Hours_Remaining</b> Regards

View Answer   |  April 4, 2009  3:13 PM
DateTime
answered by:
9,695 pts.

Store Procedure Codes Please help
I think you would have more chances to get useful responses if you synthesize the question a little. So, I would re-word the question being as specific and concise as possible, would post an example of the desired output (if applicable), would try to clearly specify what my problem is, and if I was getting [...]

View Answer   |  April 4, 2009  1:59 AM
SQL, SQL stored procedures
answered by:
63,535 pts.

Viewing distinct records in a SQL query result
This could be one way to do it: <pre>SELECT id, min(description) FROM YourTable GROUP BY id;</pre>

View Answer   |  April 3, 2009  6:03 PM
SELECT statement, SQL Query, SQL Server Query
answered by:
63,535 pts.