No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
22 Posted Topics
You could create a temporary table and store your query that way. Another way would be to increase your cache and just rerun the query.
Below is a good tutorial: [url]http://www.tizag.com/mysqlTutorial/[/url]
I have a table similar to the one below: Month | Item | Qty | Cost of Items purchased Jun | 1 | 10 | 50 May | 1 | 5 | 0 Apr | 1 | 5 | -18 Mar | 1 | 7 | 0 Feb | 1 …
I have a table with entries for different accounts and each account has different products listed in it with a date next to each entry. An example of the structure is below. Account | Product | Holding | Date A1 | Car1 | 2 | 2010-12-31 A1 | Car2 | …
I have a database that is filled with time series data points on different items. I would like to calculate the difference between values by item for the time series and then store it in a difference column. My table is as follows: id | Ticker | Date | SO …
I am printing out a double from a sql database. When it prints out it prints in scientific notation, but i want it to print out 0.00005 instead of 5E-5. Thanks
I have written two different classes that are in two different files one is LoadData.java and the other is csvReader.java both are in the same folder. In the class LoadData I try to use a public function in csvReader by calling csvReader.getData(), when I compile LoadData, which is after I …
I am trying to download an excel file that is avalible on this site: [url]https://www.arcavision.com/Arcavision/index.jsp[/url] Once you are logged a frame opens where you fill out a form and then click submit. On pressing submit the result of the query shows and gives you the option to download the data. …
I am trying to write an application that monitors internet usage. So it sort of needs to act like a firewall/proxy, recording each site the computer goes to. It will record all these sites in a log file. Using a proxy server on the network is not an option, each …
You need to get a connector for your SQL server. If you are trying to authenticate over the network, inserting will record the data into the database this is not what you want for authentication. Instead you want to pass the following query to your database. Also you want to …
I tried compiling my java program and it gave me the following error: Note: DnldURL.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. What does this mean?
I am using Dev-C++ in Windows. When given a file's url I want to be able to download it to a variable and then pull data out of the file using string manipulation and use it in my application. I have search Google and I have not found any good …
i think if you put your htaccess code in between these tags it will only affect index.php <Files index.php> </Files>
[QUOTE=Themobster;915270]i bought a cable net connection 2weeks back from the local Cable Guy. It was working fine on my Desktop PC. But yesterday i connected my Laptop and i was not able to connect, so i called the Helpline [yes these Cable Guys have a Helpline :)]. The guy there …
I have a few computers one acts as a server and the rest are clients. They are all on the same LAN. I need to write a program that when I enter data into one of the clients it sends it back to the server which is constantly listening. The …
I am looking into setting up a radius server to connect to a WPA enterprise AP. I want to have the ability to write a script or program that handles the authentication on the radius server, since I want it to connect to a database and verify the status of …
what api would you all recommend to learn? i dont really want to use visual c++ .net since i want it to be independent from the .net library. is there an api that is easily bundled with the exe such as when you install many windows programs it just works …
In the application that I am building I have a log window that contains a listview control. This listview control has two columns, a time stamp column and log description column. When an event happens it is added to the listview. The problem is that when about 15+ events happen …
[QUOTE=abc1232;893771]Could someone tell me why when some of the fields on my form are replacing blank with a "+" ? I'm kind of new to ColdFusion. Thanks ahead. :)[/QUOTE] "+" is a placeholder for the spaces in your fields
I am making a program where I need to dynamically add buttons to a form. When the form loads anywhere from 0-30 buttons will need to be loaded. When a button is pressed it needs to run a common function, but pass a unique parameter to the function so it …
This should work where listbox1 is the name of your list box. [code] lstbox1.Items.Remove(listbox1.SelectedItem)[/code]
hamachi and logmein use an in between server which initiates the connection that is the reason why they work behind routers. You need to make one of the computers visible on the net through port forwarding (this will be the server) and then have the client computer (which is behind …
The End.
b89smith