Actually, you don't need the join... I just care about the Table1id - so I don't really want the join.
I've checked and the results are the same with or without the join... so the problem is not there.
It seems like an easy problem :)) but it's not...
Nope.
Thank you for your help - but it still doesn't see the new item.
I think an aggregate function doesn't return a null, rather it returns nothing at all in such circumstances.
Thanks,
Roman.
Hi,
I've got a problem with SQL in Access (though this is not an access issue) and I'd be glad to get some help.
I have 2 tables. the first is Table1, the second Table2.
Table2 has the Table1.id and a "place" counter for each item (for placing items in a menu and allowing to move it).
Now, when...
Hi,
I want to create the ability to run DOS application on my server, using the web browser.
I need not only execute them, but really use them online, although they are DOS.
I've thought about using JAVA applets for this. the problem is - I don't know Java and don't know if this is possible.
So...
Hi,
I've got a client who has a DOS software that he wishes to run from a browser (and thus from any location).
Can this be accomplished somehow? I thought about embedding a Java Applet in my ASP pages to do this task - but couldn't find any applet that does that.
Is it possible at all?
Thanks...
Hi,
I'm building a very simple Whois client in c# and need to remove the non-relevant lines of response from the whois server.
Every comment-line is preceded by a "%" char and I want to remove the whole line.
I get the response into a string var - and would like to print it to a textbox without...
Hi,
I have this weird problem that i would be grateful if any one could help.
I've moved from an Access DB to SQL Server using SQL Server Migration tool. All is fine, but a certain field field just doesn't send back when I try to get it using ASP code.
That's a nvarchar(MAX) field.
It seems that...
Hey guys,
I've built an ASP web site using SQL Server Developer Edition, and now have to move it to an Express Edition.
For some reason I can't connect to the DB using a connection string, my guess because is that I can't get the "Data Source" right.
When I power up MSSQL I get that the instance...
I've thought about that, and even checked the options... but I guess when you pass a hunderd records or so - it will get messy on the web server.
Or even if it's only 10 records, but 1000 people watch the page - it might just crash.
Hi,
I'm having an issue with randomizing an ACCESS query results.
I have an index of people, which I want to show in random order each time the page loads (the page is written in ASP of course).
I've tried the RND() approach - but it always returns the same result (even if I use a random key...
Hi,
I'm trying to make my application to act differently on left or right click on it's tray icon.
I'm using the Click Event - I want my form to show/hide when I left click it, and show a context menu when I right click it. For now - It all happens at the same time.
Is there a solution for...
Hey,
I'm trying to list the To-Do Folder in Outlook into a ListBox in C# WinForm. I'm using the default folder olFolderToDo, but can't cast the items in it to a suitable cast.
When I use the Tasks Folder, I cast into Microsoft.Office.Interop.Outlook._TaskItem, but it doesn't work in the ToDo...
Hi,
I want to connect to an outlook 2007 (or 2003) app installed on a given machine, fetch the To-Do List and show it in my c# application (and if possible, manipulate it).
Can this be accomplished? if so, how?
Thank you,
Roman.
Hmmm... All it does is adodb.recordset manipulation and mail sending.
The problem is adodb.recordset is a server side object, and is not the same in VBS as far as I know.
I guess mail sending is the same (using CDOSYS) - Or i'm wrong?
Anyone has ideas about how to solve this issue?
Thanks.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.