Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements

22 Posted Topics

Member Avatar for alenD

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.

Member Avatar for b89smith
0
114
Member Avatar for blogger371

Below is a good tutorial: [url]http://www.tizag.com/mysqlTutorial/[/url]

Member Avatar for blogger371
0
156
Member Avatar for b89smith

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 …

Member Avatar for b89smith
0
88
Member Avatar for b89smith

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 | …

Member Avatar for Ezzaral
0
181
Member Avatar for b89smith

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 …

Member Avatar for smantscheff
0
267
Member Avatar for b89smith

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

Member Avatar for cwarn23
0
98
Member Avatar for b89smith

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 …

Member Avatar for leiger
0
147
Member Avatar for b89smith

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. …

Member Avatar for Stefano Mtangoo
0
159
Member Avatar for b89smith

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 …

Member Avatar for Luc001
0
158
Member Avatar for Abey_2010

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 …

Member Avatar for b89smith
0
112
Member Avatar for b89smith

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?

Member Avatar for majestic0110
0
237
Member Avatar for b89smith

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 …

Member Avatar for Ancient Dragon
0
117
Member Avatar for bimaljr

i think if you put your htaccess code in between these tags it will only affect index.php <Files index.php> </Files>

Member Avatar for b89smith
0
151
Member Avatar for Themobster

[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 …

Member Avatar for b89smith
0
178
Member Avatar for b89smith

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 …

Member Avatar for b89smith
0
104
Member Avatar for b89smith

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 …

0
61
Member Avatar for gretty

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 …

Member Avatar for Ancient Dragon
0
279
Member Avatar for b89smith

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 …

Member Avatar for b89smith
0
151
Member Avatar for abc1232

[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

Member Avatar for b89smith
0
97
Member Avatar for b89smith

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 …

Member Avatar for Teme64
0
2K
Member Avatar for Tini791

This should work where listbox1 is the name of your list box. [code] lstbox1.Items.Remove(listbox1.SelectedItem)[/code]

Member Avatar for kvprajapati
0
77
Member Avatar for dileepkumars1

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 …

Member Avatar for dileepkumars1
0
150

The End.