No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
I'm not a C++ programmer per se, but a few things struck me as needing to be changed. I. When you declare your derived class Laptop, you must indicate that it has a base class Computer class Laptop: public Computer II. In class Laptop's constructor, when you call the base …
I'm no vb.net programmer, but... did you try: Dim mkey As String = "ra" Dim astChar As String = "*" Dim query As String = "SELECT DISTINCT a.[rank], b.Description FROM CONTAINSTABLE(myTable, *, '" & mKey & astChar & "') AS a INNER JOIN myTable AS b ON a[key] = b.ID …
First off, I am kind of new to database design, so please take that into account. I have a project that I am working on for my work place. It's something to make my life easier. I'm a new parts man at a diesel mechanics shop. They have hundreds of …
The End.
incomer