Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Member Avatar for Trogan

Hi, We have purchased a few [URL="http://www.ebuyer.com/product/261514"]Acer Aspire M3920/URL]. As you can see, this machine comes with no Operating System. As we have our own Windows licenses, our intention is to use those. However, when I switch on the PC all it does is boot into a Bootmanager. Something like …

Member Avatar for lasitha2005d
0
129
Member Avatar for Trogan

Hi, I'm looking for a new multifunction printer that is capable of printing a minimum of 300 pages a day of colour and b&w, which also is not very expensive for replacement ink cartridge/toner. The budget is approx. £200 for the printer, not including ink supplies. The 300 pages a …

Member Avatar for Trogan
0
125
Member Avatar for Trogan

Hi, I need to create a data-driven log-in form with different permission levels using classic ASP and MS Access. It is intended for a HR Company. What I'm trying to achieve is something like the following: [QUOTE]Manager - all access/permission Staff 1 | Staff 2 | create, edit and delete …

Member Avatar for WebspoonUK
0
109
Member Avatar for Trogan

Hi, I am trying to get the max number from an array, but I'm not sure how to tackle it. This is what I have so far. [CODE]import javax.swing.*; public class InitArray { public static void main( String args[] ) { int array[] = { 69, 23, 47, 81, 92, …

Member Avatar for Ezzaral
1
941
Member Avatar for Trogan

Hi, I need some help with normalisation please. I need to enter an event multiple times using the same event number under the "supply" table, however I receive the "unique constraint violated" error. I have attached my normalisation up to 3NF, but believe I have messed up somewhere. I'd appreciate …

Member Avatar for timothybard
0
124
Member Avatar for Trogan

I will be needing to use PHP and MySQL to create a small application. But I need some help setting this up. I need to create a database for my application. I went to mysql.com, but couldn't determine what application I needed for creating my database. What do I need …

Member Avatar for FlashCreations
0
220
Member Avatar for Trogan

Hi, I will be attempting to learn PHP very shortly. I am going to create a MySQL database to hold records of students, especially attendance. I would like to know if it is possible to do the following with PHP.... [LIST=1] [*]Connect the database with PHP [*]Add new details to …

Member Avatar for Trogan
0
106
Member Avatar for Trogan

Hi, I have some tables (below), but I'm having trouble entering multiple lines of data. Here are the tables I have created. [QUOTE][B][U]CUSTOMER table[/U][/B] SQL> create table customer 2 (customer_no char(6) not null, 3 name varchar2(30) not null, 4 address varchar2(50) not null, 5 credit_limit number(6,2), 6 constraint customer_customer_no_pk primary …

Member Avatar for jinternalframe
0
142