Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~3K People Reached
Favorite Forums
Favorite Tags

13 Posted Topics

Member Avatar for vegaseat
Member Avatar for ndmalam

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".

Member Avatar for kb.net
0
86
Member Avatar for brale

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 …

0
67
Member Avatar for brale

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 …

0
69
Member Avatar for brale

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 …

0
75
Member Avatar for brale
Member Avatar for harry5341
0
70
Member Avatar for brale

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, …

Member Avatar for Ancient Dragon
0
380
Member Avatar for ~s.o.s~

In code in C language try to use %lf instred %Lf. Conversion for long double is %lf.

Member Avatar for WolfPack
0
249
Member Avatar for brale

Is there a way to get adress of beginnig of my program in operative memory while it executing?

Member Avatar for brale
0
206
Member Avatar for server_crash

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); .

Member Avatar for WolfPack
0
849
Member Avatar for kris.c

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

Member Avatar for Dave Sinkula
0
137
Member Avatar for brale

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.

Member Avatar for WolfPack
0
191
Member Avatar for brale

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.

Member Avatar for brale
0
112

The End.