Netcode 33 Veteran Poster

Very correct! You're welcome once again

Netcode 33 Veteran Poster

hugo17, you sure did introduce yourself
Welcome!

Netcode 33 Veteran Poster

welcome!

Netcode 33 Veteran Poster

more than glad you joined. Welcome!

Netcode 33 Veteran Poster

welcome!

Netcode 33 Veteran Poster

Very glad you joined

Netcode 33 Veteran Poster

Very welcome!

Netcode 33 Veteran Poster

You have just made a post so you're no more new.
Warm welcome!

Netcode 33 Veteran Poster

You're very welcome

Netcode 33 Veteran Poster

welcome!

Netcode 33 Veteran Poster

You can simply develop your application and its database and get a hosting company. You need to find out from the hosting company if they support your version of DBMS before you make any payments.

Netcode 33 Veteran Poster

Adam_K is correct as usual. Try it out and lets know your result.

Netcode 33 Veteran Poster

First, you may want to check the amount of memory you have
secondly, you may want to reduce the number of startup programs as it obviously affects system startup.

Netcode 33 Veteran Poster

The show goes on- Lupe Fiasco

Netcode 33 Veteran Poster

have you tried anything yet?

Netcode 33 Veteran Poster

you may want to see this

Netcode 33 Veteran Poster

"select B from Menu_templateจ้า"

i cant even pick the name of your excel sheet let alone your computer. You can simply use the wizard in SSMS. It may save you the stress except you want to do with codes for some reasons best known to you

Netcode 33 Veteran Poster

very cool. Loved it immediately i noticed it, very visible

Netcode 33 Veteran Poster

pretty bad:(

Netcode 33 Veteran Poster

First, you should be aware of the resources required. Once you have this in mind, that's a great start.

Netcode 33 Veteran Poster

Aviplo, you're welcome.

Netcode 33 Veteran Poster

do i have to replace it with my column name in sql server

yes you do. That was a sample code given to you by pgmer as he cant say exactly what the columns in your excel sheet are so you have to fix them in.

Netcode 33 Veteran Poster

No, nothing really happened when we were offline

Glad:)

Netcode 33 Veteran Poster

Hmmmm! this is really brainstorming. I googled and here is what i found. Actually, this would aslo be possible if there is a window in the room at least.

Netcode 33 Veteran Poster

Maybe it is a video explaining "How to make a simple android application ?" , or videos about any new technologies arrived in the market,or regarding any stuff which you know or which you SEE on any websites like youtube or any other site which you which you think it is worth to share.

You have said it all. Since they can be seen on other sites and very popular ones like youtube, i think its better we direct resources to things that wont have negative effects or counter the effort or purpose for which it was made. Giving links to such videos, articles, and other web pages as we do in our post would serve the members enough. Besides, Dani already mentioned that there's a way videos can be embedded so we can make good use of that.

Netcode 33 Veteran Poster

I see the "Solved:" prefix is now green but what else have I missed.

Also noticed this. i did not experience the offline part because i was away for some days. Did i miss anything?

Netcode 33 Veteran Poster

If you feel or experience pain, it's just a reminder that you are alive. So thank God that you are alive.

Netcode 33 Veteran Poster

From what i've read, i think it has enough difference to pardon its accommodation. FIngers crossed and waiting :cool:

Netcode 33 Veteran Poster

in my own opinion,its more like an internal documentation on your software. You can write about its functionality, the processes it can carry out and how to go about carrying them out. You can also add some troubleshooting methods. In other words, just call it a 'Help File'

Goodluck!

Netcode 33 Veteran Poster

whats the error?

Netcode 33 Veteran Poster

Well that's not very optimistic news

yeah, its not

Netcode 33 Veteran Poster

“Everything that we see is a shadow
cast by that which we do not see.”

~ Martin Luther King Jr.

Netcode 33 Veteran Poster

you mean task scheduling?

Netcode 33 Veteran Poster

you're welcome.

Netcode 33 Veteran Poster

Nick, Dani sure knows the cash is needed that's why she's running just a one day test.

Netcode 33 Veteran Poster

freebies:)

Netcode 33 Veteran Poster

Did you mean

select count(*) from CourseEnrolled where Course_ID = 'csc01'

?

thanks for the code edit. Missed the wildcard

Netcode 33 Veteran Poster

I'm willing to do whatever.

Are you willing to take Narue's advise?

Netcode 33 Veteran Poster

cwarn23, you must be good at playing tricks. That dude must be lucky you're not the one he's playing games with.

Netcode 33 Veteran Poster

warm welcome

Netcode 33 Veteran Poster

so how would typing del(dell computers by you) increase computer speed.

Netcode 33 Veteran Poster

Thanks Narue.....very well explained and thanks to other admins.

Netcode 33 Veteran Poster

What you could do is send him an email and tell your friend to type the following into start->run or on windows 7 the search box on the start menu.

for someone who could write such a script, i guess he would be knowledgeable enough to know the implications

Netcode 33 Veteran Poster

Truly that I felt that I BELONG in this community.

yes you do belong. we hope we would be of more help

Netcode 33 Veteran Poster

Alexander Graham Bell, the inventor of the telephone, never telephoned His wife or mother because they were both deaf.


Bamboo can grow up to 3 ft in 24 hours.

Longest officially recognized place name is Taumatawhakatangihangakoauauotamateapokaiwhenuakitanatahu, has 85 letters. It's the name for a hill, 305 metres (1,000 ft) high, close to Porangahau, New Zealand.

Netcode 33 Veteran Poster

Under the 'Hardware & Software menu', we have 'Microsoft Windows' and 'Windows Vista and Windows 7' as sub-menu. After the official release of Windows 8, i think there should be need to accommodate it.

Netcode 33 Veteran Poster

What database?

If MS SQL, you can simply use the below query

Dim StringCount as string = "SELECT COUNT from CourseEnrolled where Course_ID IN (csc01,csc02,csc03)"
Netcode 33 Veteran Poster

My problem is how do I relate these 2 tables? I have primary key Item Code in both tables. I want to make Inventory table as main maybe, and transaction will reference any data from it.

First, you need to know what primary and foreign keys are:

A primary key is a special type of constraint that identifies a single column or set of columns, which in turn uniquely identifies all rows in the table.A primary
key enforces entity integrity,meaning that rows are guaranteed to be unambiguous and
unique.

In the context of relational databases, a foreign key is a referential constraint between two tables.

Having said this, both tables must have a primary key. Then, since your Inventory table is the main, there would also be need for a column with the same name and datatype as the primary key in the transaction table that would reference it and this would be known as the foreign key on the Inventory table but the primary key on the transaction table and then you can use 'JOINS' to retrieve data from both tables

read here for more on primary and foreign keys

Netcode 33 Veteran Poster

Are there any suggestions for screwing his computer?

Its not his computer, its company property. If you had his personal computer in a non-official environment, then you can go around with such jokes

Netcode 33 Veteran Poster

2Pac- am a straight rider