No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
13 Posted Topics
Re: It help me to learn more about graphic interface. | |
Re: You can use like expretion in criteria field. For example you can use: LIKE N"ch%" % character can exange any array of characters. With this condition you will get all records where this field start with "ch". | |
I have stored procedure in MS SQL and I want to deliver value from form (value of textbox) in MS ACCESS. CREATE PROCEDURE sp_DeleteOwing @OwingID int AS INSERT INTO Arhive SELECT MemberID, ArticalID, OwingDate, GETDATE() FROM Owings WHERE OwingsID = @OwingID DELETE Owings WHERE OwingsID = @OwingID GO I tryed … | |
I have stored procedure in MS SQL and I want to deliver value from form (value of textbox) in MS ACCESS. CREATE PROCEDURE sp_DeleteOwing @OwingID int AS INSERT INTO Arhive SELECT MemberID, ArticalID, OwingDate, GETDATE() FROM Owings WHERE OwingsID = @OwingID DELETE Owings WHERE OwingsID = @OwingID GO I tryed … | |
I have database in MS SQL Server 2000 and I want to connect to this database from empty database in MS Access because I want to build user interface to that database and also call procedure and functions in VBA. Can someone tell me how to do this or tell … | |
How to initialise rs232 serial port and send a byte in assembler language? | |
Hi there My enlish is not fluent but i hope you will get a clue... I got assignement to write program doing PC to PC communication entire in assembly. I made an effort to do this. But... it wont work. I can't initialize port with following code: [code] mov dx, … | |
Re: In code in C language try to use %lf instred %Lf. Conversion for long double is %lf. | |
Is there a way to get adress of beginnig of my program in operative memory while it executing? | |
Re: In your scanf() function your need to enter an float value, but you convert it to integer. Tru to write scanf ("%f",&new_amount); insted scnaf("%f",&new_amount); . | |
Re: Try with: fwrite (fp,i*sizeof(char),1,buff); i is a number of characters that you want to write to file. You have declaration of this function in stdio.h. i also can be a strlen(fp). strlen declaration is in string.h | |
J need function that calculate formula in infix notation. For exempele function that takes string as argument and return an float as value of that formula. J make function that calculate postfix formula but it is not help me to solve problem. | |
J don't know how to detect mouse click and how to get cordinates of mouse pointer in the moment of click? J need functions that detect mouse click on console. |
The End.